Category: Uncategorized
-
Schedule in small chunks
Programmers need to get work done. It's always surprising for me to see programmers make estimates for projects with tasks taking more than two days. How do you know what your progress is if you are working on something for two whole days and you could not 'nodge an item off your list'? Getting real…
-
Encapsulating legacy code..
Legacy code.. sometimes it really sucks to work with that. The best thing we can do with some components written in "old code" is to encapsulate the stuff, translate it into some common sense. Of course, all because we do not have the time yet for refactoring the component. Suppose we are getting multiple results…