skip to main | skip to sidebar

Kyle on Software

Kyle Blaney's thoughts on software development.

Tuesday, August 11, 2009

Using Package-private constructor to Test With Static Objects

This post has been moved to http://www.kblaney.com/software-blog/2009/8/11/using-package-private-constructor-to-test-with-static-object.html.
Posted by Kyle Blaney at 2:05 PM No comments:

Difficulty Testing With Static Objects

This post has been moved to http://www.kblaney.com/software-blog/2009/8/11/difficulty-testing-with-static-objects.html.
Posted by Kyle Blaney at 1:19 PM No comments:
Labels: Java, JUnit

Wednesday, August 5, 2009

Using Java's CountDownLatch for multi-threading

This post has been moved to http://www.kblaney.com/software-blog/2009/8/5/using-javas-countdownlatch-for-multi-threading.html.
Posted by Kyle Blaney at 9:58 AM No comments:
Labels: Java
Newer 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)
  • ▼  2009 (7)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ▼  August (3)
      • Using Package-private constructor to Test With Sta...
      • Difficulty Testing With Static Objects
      • Using Java's CountDownLatch for multi-threading

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