Take Care of Your Code! Simple. Clean. Introduction Methods can be very useful in programming. They are making our code looks better, if we use it the right way. But some programmers don’t really pay attention to method (the clean way). They just keep doing a lot of stuff in one method. In this article, I … Continue reading Clean Code Series — Method