skip to main | skip to sidebar

Kyle on Software

Kyle Blaney's thoughts on software development.

Thursday, July 5, 2012

Removing duplication on null checks

This post has been moved to http://www.kblaney.com/software-blog/2010/3/26/removing-duplication-on-null-checks.html.
Posted by Kyle Blaney at 12:44 AM No comments:

Sunday, December 6, 2009

Organizational Leakage

This post has been moved to http://www.kblaney.com/software-blog/2009/12/6/organizational-leakage.html.
Posted by Kyle Blaney at 11:33 PM No comments:

Thursday, November 12, 2009

Code Smell: Classes named Impl

This post has been moved to http://www.kblaney.com/software-blog/2009/11/12/code-smell-classes-named-impl.html.
Posted by Kyle Blaney at 9:40 PM No comments:
Labels: code smell, Java

Monday, November 9, 2009

The Importance of Overridding Equals

This post has been moved to http://www.kblaney.com/software-blog/2009/11/9/the-importance-of-overridding-equals.html.
Posted by Kyle Blaney at 7:13 PM No comments:
Labels: equals, Java, JUnit
Older Posts Home
Subscribe to: Posts (Atom)

About Me

kblaney
View my complete profile

Kyle's Recommended Books

  • Effective Java by Joshua Bloch
  • Clean Code: A Handbook of Agile Software Craftsmanship by Robert Martin
  • Practices of an Agile Developer: Working in the Real World by Venkat Subramaniam and Andy Hunt
  • The Pragmatic Programmer: From Journeyman to Master by Andy Hunt and David Thomas
  • Facts and Fallacies of Software Engineering by Robert Glass
  • Ship It! A Practical Guide to Successful Software Projects by Jared Richardson and William Gwaltney Jr.
  • Code Complete by Steve McConnell
  • User Interface Design for Programmers by Joel Spolsky
  • Joel on Software by Joel Spolsky
  • Best Software Writing I selected by Joel Spolsky
  • Smart and Gets Things Done: Joel Spolsky's Concise Guide to Finding the Best Technical Talent by Joel Spolsky

Blog Archive

  • ▼  2012 (1)
    • ▼  July (1)
      • Removing duplication on null checks
  • ►  2009 (7)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  August (3)

Upcoming Blog Topics

  • How standardization stifles progress
  • False economies in software - hardware, hiring, and contractors
  • Testing methods that throw IllegalArgumentException
  • In-memory unit tests
  • Testing servlets in memory
  • Trusting Developers
  • Good Idea: Test classes that return instances
  • The Perils of New
  • Adding "throws Exception" to Test Methods
  • The Joys of Callable