Tech Opinion - davekb: Why no public, static, final on davekb?

Date: 2016apr18 Language: Java Q. davekb: Why no public, static, final on davekb? Its good practice to use this. A. I agree. In regular code I use them but here I don't want to clutter the examples. Same with `const` in C++.