Search: All languages | Full text

Results tagged “java”

More posts »

Posts

Eriq Adams

Eriq Adams posted Learn Singleton Pattern | 3 days ago

May you have heard "Singleton Pattern" if you learn OO in java. So at this time I will share you how to apply Singleton Pattern on our java code. Before we apply it to our code I wanna explain about Singleton Pattern. Singleton pattern is OO pattern which useful when we need to create just one...

Sunil & Abinash

Sunil & Abinash posted OnelineLog - Logging for Production | 5 days ago

Every piece of code uses logging to tell the outside world what is happening inside - some verbose, some limited with their use of words. Nevertheless they talk all the time in a 1-way communication. It is as if they are making up for their creator's absence to tell about the glory and gory details...

James Childers

James Childers posted On Small Classes and Short Methods | May 2, 2008

I took up the challenge posted over at Binstock regarding Small Classes and Short Methods and have to say it was an interesting exercise. Overall implementing these suggestions made for much more readable code, and it was certainly more OO after I finished than before. But. There are a couple of...

genman

genman posted Code Review Review | Apr 26, 2008

Programmers write code and code review is often required by managers to be done prior to code submission. I tend to dislike the process since there's a tendency for reviewers to place an emphasis on certain trivial problems and little attention is made to important qualities. Here's my list of what...