Posts Tagged “productivity”
-
Challenges of developing a Web Application
When seeing the many attractive frameworks that have flourished on the web since 2005 1, one could think that developing a Web Application is just a game of assembling components that you can pick here and there for free.
-
Chaining conditions without IF or CASE
Coding a batch process with numerous steps that can succeed or fail, while keeping control in calling program whether the whole process has succeeded and, if not, knowing the reason why, can end up with an unreadable program because of the multiple
if ... endif
ordo case ... case ... endcase
indented blocks.