Category Archives: Uncategorized

TDD III

If you can’t get your fucking test to pass, maybe you are fucking around with the wrong test? #tdd (Inspired by http://bit.ly/bOv2kCa/a>)

Posted in Uncategorized | Leave a comment

Code katas

Start working on code katas instead of gaming on your fucking PS3 to improve your lacking skills – http://osherove.com/tdd-kata-1/

Posted in Uncategorized | Leave a comment

Compiler IV

If you’ve never done it, start to write a fucking compiler. The basics are way easier than you think. Start here – http://bit.ly/adqQeu

Posted in Uncategorized | Leave a comment

Compiler III

More often than not, it’s your fucking fault, not your compiler’s.

Posted in Uncategorized | Leave a comment

Crappy code II

It’s not the programming language which is determining the crappiness of your code, it’s your apparent lack of skills.

Posted in Uncategorized | Leave a comment

TDD II

TDD is no replacement for putting your fucking brain to work.

Posted in Uncategorized | Leave a comment

TDD

You can do without TDD. You can go faster without TDD. You’re a fucking genius. I can use any help I can get to write better software.

Posted in Uncategorized | Leave a comment

Crappy code

It’s easy to write crappy code in every fucking language.

Posted in Uncategorized | Leave a comment

Software methodologies

Learn about a software development methodology by fucking following it instead of waxing about it.

Posted in Uncategorized | Leave a comment

Point of no return

Don’t return from the fucking middle of nowhere. Use one exit for your methods. Everything else will set you up for disaster later.

Posted in Uncategorized | Leave a comment