Recent Posts

GRASP patterns

1 minute read

Have you ever been told about GRASP patterns? Those kind of patterns are part of the design discipline of the unified process. Their goal is to assign classe...

Thread Groups

less than 1 minute read

Some months ago I was wondering what was the benefit of using thread groups, which is a container of threads in Java. Reading Bruce Eckel’s Thinking in Java,...

About version control

less than 1 minute read

What do java programmers version control? is a good question to ask ourselves in the corporate world of software development. I think we should version cont...

Software testing purposes

less than 1 minute read

James Bach has a interesting opinion about testing software systems. I think it’s a different opinion from any team project manager or developer. He not only...