Tag Archives: software development

Coding With Music

Lots of developers use headphones and music at work, though I think corporate life in cubes encourages this, just to block out the distractions. When the walls of your office stop at the 5 foot level, you might need all … Continue reading

Posted in Editorial | Tagged , | Comments Off on Coding With Music

Google Scale

I heard someone talking the other day about how Google needs to optimize their code. They really pay attention to low level operation of their software, actually having people spend time writing compilers and ensuring they generate efficient code. This … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Google Scale

More Triggers

In the old days of T-SQL, back when we wrote “CREATE TRIGGER …. FOR INSERT” we could only have one insert/update/delete trigger for each table. Eventually SQL Server allowed us to have multiple triggers, and even have some control over … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on More Triggers

Code of Conduct for Software Maintenance

I ran across this article about a recent symposium for CIOs where a code of conduct for IT maintenance that was developed as a guideline for how companies want their software vendors to behave.  This is strictly a customer driven … Continue reading

Posted in Editorial | Tagged | Comments Off on Code of Conduct for Software Maintenance