
Top 10 Joshua Bloch Quotes
#1. One advantage of static factory methods is that, unlike constructors, they have names.
Joshua Bloch
#2. Premature optimization is the root of all evil. - Donald E. Knuth [
Joshua Bloch
#3. The cleaner and nicer the program, the faster it's going to run. And if it doesn't, it'll be easy to make it fast.
Joshua Bloch
#5. Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
Joshua Bloch
#6. When you choose a language, you're choosing more than a set of technical trade-offs-you're choosing a community.
Joshua Bloch
#8. It is hard to write even the smallest piece of code correctly.
Joshua Bloch
#9. Builder pattern is more verbose than the telescoping constructor pattern, so it should be used only if there are enough parameters, say, four or more.
Joshua Bloch
#10. A second advantage of static factory methods is that, unlike constructors, they are not required to create a new object each time they're invoked.
Joshua Bloch
Famous Authors
Popular Topics
Scroll to Top