Posts by Wendel • 143 points
2 posts
-
3
votes3
answers1702
viewsQ: Is encapsulating the properties file in a class a good practice?
In other languages like Python it is possible to perform programming logic in the configuration files and in Java this is not allowed because it is a compiled language. I decided to encapsulate the…
-
1
votes3
answers184
viewsA: Do you have an Eclipse feature that includes "this." before any variable where this is implied?
It can also be set to fix automatically when saving class through Save Actions (Window->Preferences->Java->Editor->Save Actions). Activate the checkbox Additional actions and select…