New Again! This site is a place to show off some of my current projects and thoughts about making software. More coming soon.
Home
Latest Posts
Five Button Guys
During the past year I’ve come to a conclusion about many IT professionals that make up their departments. I’ve begun calling this archetype: five button guys.
Questions for Startups
A few weeks ago I was posed with a new question.
Q: What would you ask a new start-up or set of people thinking about a starting one.
Coding Standard
A coding standard is an important part of programming. It lays the ground rules for how software is constructed and formatted . This standard has the following goals.
- Reduce the “holy shit” factor when faced with a lot of new code.
- Encourage a style of making software that is more maintainable and less likely to contain errors
- Make collaboration easier