Slashdot Mirror


User: DickNanger

DickNanger's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:100% on The IDE As a Bad Programming Language Enabler · · Score: 1

    Pumping out getters and setters can also be avoided by using all public attributes. They're a code smell which warns of a lack of trust in others.