October 2010
3 posts
1 tag
… all software is designed by the arcane demands of programming languages...
– The Inmates Are Running The Asylum
2 tags
Working with Waterfall
I am working on a Waterfall project again and being reminded of what’s wrong with it (a lot).
The gantt gave me 4 days to work on a feature however I am a little behind. Since the gantt said it will take 4 days (and it can’t be extended since it will impact other assignments) and I know that I have the testing phase of the QA ahead, I am not going to complete this feature and let the...
3 tags
I love micro web frameworks
I just love micro web frameworks. I am using bottle right now. In seconds you have an http server running and serving pages.
Setting up an ASP.NET site would take half a day and it can really kill motivation when starting to play with an idea.