Why Clean Code Seriously Matters!
The first example is some working code, that determines if a date value is a weekend day and returns true or false based on that. bool firstSecondNulls = false; var dayOfWeek = (DateTime)...
View ArticleCoder Society Seattle, Inaugural Report!
Coder Society Seattle got off to a start this weekend on this beautiful sunny Saturday! We all mozied into the Blue Box offices in downtown Seattle a mere block away from Pike Place Market. After a...
View ArticleThe Adron Code Tour, Let’s Hack, Bike and Talk Hard Core Technology
I’m aiming to do over the first couple of months of 2013, to come to various towns throughout the United States and prospectively parts of Europe & England to code, bike, code some more, bike and...
View ArticleDistributed Coding Prefunc: Some Basic Erlang & Erlang Shell Basics
The first few parts of this series include: Up and Running With Erlang Installing QuickCheck for Great Testing Ubuntu Erlang Dev & EUnit This continues the series, with the intent of getting to...
View ArticleGetting in Some Code Stylings, Looking Good for the Code Dance
In every language there are opinions about how to format code. With JavaScript, the community abounds with opinions about how the code should look, how variables are declared, whether there should be...
View Article