Coding Clarity

Writing simple, clear and readable code.

Browsing Posts published in February, 2010

Problem. Bugs happen. The common solution to this problem is to fix the bug and release a patch. Version 1.0 has bugs, version 1.0.1 fixes those bugs. Inevitably at some point in time you will need to put together a list of all of the changes in a release. For me, this needs to go [...]

Two of the most useful tools to a developer outside of their development environment are version control and bug tracking systems. Version control allows tracking of changes to the product and allows for branching and merging. Bug tracking systems allow for tracking issues with the product whether they be bugs or enhancements. Even though these [...]