e.g.
cleartool ls | while read -r file
do
# do something to file
done
Rainbow road addict
cleartool ls | while read -r file
do
# do something to file
done
Any technical person contributing to the model must spend someA solution consultant should touch the code (or at least know the code if they don't want to touch it).
time touching the code, whatever primary role he or she plays on
the project. Anyone responsible for changing code must learn to
express a model through the code. Every developer must be
involved in some level of discussion about the model and have
contact with domain experts. Those who contribute in different
ways must consciously engage those who touch the code in a
dynamic exchange of model ideas through the Ubiquitous
Language.
Building an application in 48 hrs is hard. Time flies when you are not prepared.
Here are some of the things that you want to touch on before the competition starts.
For the initial first few models that you add to the application, the effort to add each one does not increases in linear fashion.
Because with each model, you need CRUD pages / functionality. Each additional page needs to be styled therefore more visual design required, also more thoughts required for workflow / navigation design.
Often we have to just implement some crude pages to test / visualise our app (particular for workflow) while our designer work thru the markup, which means we usually have to go back and cleanup those pages' markup to fit with the design.
Overall, it was exhausting but I learnt heaps of cool tricks this year building TechMeets.com.