|
|
|
|
|
by zukhan
5172 days ago
|
|
If you'll be programming in a language like Java, it really helps to familiarize yourself with the tools. I don't remember the last time I had to write boilerplate getters and setters for member variables. In Eclipse, for example, you simply declare the member variables, click on Source -> Generate Getters and Setters, and viola, all the boilerplate code is inserted for you. |
|