Joe Soltzberg

61%
Flag icon
To document your API properly, you must precede every exported class, interface, constructor, method, and field declaration with a doc comment.
Joe Soltzberg
I tend to agree with this, but what about something simple like removeLast() for a list or plus(int a, int b) that adds two numbers?
Effective Java
Rate this book
Clear rating
Open Preview