h1

Introduction : はじめに

June 10, 2008

This “Java Coding Methods” is not only for Java but also any programming languages. I have been developing software for more than 20 years, I’m getting smarter on how we should code. Unfortunately, as far as I see, more than 90% developers don’t care of how they code. My central theme for the coding is to produce code to be understood easily. It also means we should not code the same one in differenct places. If you follow my methods, you will also improve your object oriented design skill. 

このJavaコーディング作法は、なにも、Javaに限ったことではなく、どんな、言語にもあてはまることです。20年ぐらいこの仕事を(ソフトウェア構築)やっていると、少しは、どうすればいいか、分かってきます。でも、90%以上の人は、そのように考えていないのが現実みたいです。私の、作法の中心は、”読みやすいコードを書く”ということです。そして、それをすることは、”2度同じコードを書かない”ということでもあります。私のやり方をすると、オブジェクト指向の面でも、よくデザインができるはずです。

Leave a Comment