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

Dive into Encoding with Unicode

When we work with foreign companies such as Japan, China, …, we always encourter some problems about character encoding. So, in this article, we will discuss about encoding with Unicode to clear some hides in this problem. [Read More]
Tags: Unicode