In the MVC pattern, is it good programming practice to make all instance variables in the view(GUI) public so that the controller has easier access?
I started to make setters and getters for everything but then gave up because it was way too many. Why does everything have to always be private anyway?