Why extends is evil

In this article, we will talk about the extends in inheritance property of OOP. It will make us to write better code, make our architecture design clearly and loose coupling among modules. [Read More]
Tags: OOP

Some useful short keys in Eclipse

When I’m newbie to work with Eclipse, it is really bored to work with it, mainly because I do not know about shortcut keys in Eclipse. It takes me a long time to search text, files, … in my project. It reduces my speed to code. [Read More]
Tags: Eclipse