Basic Literacy
I think that basic programming skills will become as important to everyday people as reading and writing skills. Not because…
Naming Tips
Choosing the right name is everything. The correct naming of things makes it easier to learn a system, resolves ambiguities, dissolves…
How to Become a Better Programmer
The history of this site goes back to a document I prepared at work called “Mind your Ps and Qs”,…
Inline Documentation
Or: Comments, what they are and how to use them Inline documentation, or “comments”, is a habit of good programming…
Database Tips
Stop being conservative Hard drive space is ridiculously cheap, stop trying to save bytes and make columns 50% bigger than…
Programming Tips
1. Every line of code is a user interface If this wasn’t true, then there wouldn’t be a point to…
