Jeffrey Phillips Freeman
Jeffrey Phillips Freeman
@TonyLo1 The style staandard may be old but it isnt going anywhere. It is the standard most developers cite and is part of the spec that established java. So it...
@TonyLo1 What I suggest we do is use the java standard as a base, then add our own rules on top of it where it is ambiguous. We add this...
@PtrMan did you mean to say single line member variables or just single line comments?
@PtrMan Contract coding isnt about forseeable use cases where you might need it. Its about adding flexibility for the unseen use cases. In fact thats the point of 90% of...
Sorry to interrupt after being idle for so long. But are you suggesting multiple inheritance of interfaces in Java should be avoided? On Wed, Jan 8, 2020 at 10:03 PM...
this is technically a dupicate, or at least related to #102 Basically checkstyle should enforce this rule and others.
@PtrMan You need both Javadocs and literate code. A consumer wont be hassled by reading the code unless they are desperate.
@TonyLo1 he is refering to the order members of a class should appear in a class file. There is a standard suggested ordering which is he is attempting to elucidate,...
there should be two levels of keys, a master key (which can create new subkeys and revoke them), and then the subkeys. Anyone with a subkey should be someone you...
Do we want that to be a method of sentance simply because it occurs frequently? It may be more appropriate to create a utility function for stuff like that.