java Programming Glossary: documenting
Reliable File.renameTo() alternative on Windows? http://stackoverflow.com/questions/1000183/reliable-file-renameto-alternative-on-windows on the size of the folder. I'm also considering simply documenting the fact that the user can move the folder manually to avoid..
how to make a composite primary key (java persistence annotation) http://stackoverflow.com/questions/1212058/how-to-make-a-composite-primary-key-java-persistence-annotation constraints and as a result your mapping will be more self documenting. It is recommended that you implement equals and hashCode to..
Java slideshow image delay using paintComponent http://stackoverflow.com/questions/14176225/java-slideshow-image-delay-using-paintcomponent time private int h 0 private int c 0 Used by timeStamp for documenting time per slide private long time0 0 private long time1 public..
A tool to add and complete PHP source code documentation http://stackoverflow.com/questions/1936376/a-tool-to-add-and-complete-php-source-code-documentation and being forced to do a code review alongside the documenting would be the best thing I am simply out of time constraints..
Enum in Java. Advantages? http://stackoverflow.com/questions/2077634/enum-in-java-advantages enum that is guaranteed. Moreover this leads to more self documenting code because you can use code completion to see all enum values...
Merge two lists in constant time in Java http://stackoverflow.com/questions/2237308/merge-two-lists-in-constant-time-in-java that the collection to be added is also a LinkedList . In documenting your class you'd need to point out that the added object becomes..
Java Interfaces/Implementation naming convention [duplicate] http://stackoverflow.com/questions/2814805/java-interfaces-implementation-naming-convention all those suffixes. Properly packaged namespaces are self documenting and reduce all the useless redundant information in these really..
Java Interface-Implementation Pair http://stackoverflow.com/questions/3427073/java-interface-implementation-pair DEFAULT.someInterfaceMethod param Its a bit more self documenting and ultimately more flexible than a default implementation class..
Javadoc comments vs block comments? http://stackoverflow.com/questions/3607641/javadoc-comments-vs-block-comments
Split string to equal length substrings in Java http://stackoverflow.com/questions/3760152/split-string-to-equal-length-substrings-in-java in the other answers may be longer but they're also self documenting this one's just about the opposite of that. share improve..
Assert keyword in java http://stackoverflow.com/questions/3806173/assert-keyword-in-java condition is false. Asserts give you a streamlined way of documenting checking and enforcing correctness criteria for your code. The..
Memory barriers and coding style over a Java VM http://stackoverflow.com/questions/3964317/memory-barriers-and-coding-style-over-a-java-vm Lea has also prepared a list of issues to consider when documenting concurrency behavior . Documentation is appropriate particularly..
How to make a redirection in JSF http://stackoverflow.com/questions/4032825/how-to-make-a-redirection-in-jsf the same effect however the view side is not really self documenting. All it basically does is printing ForwardBean#toString and..
Should I write equals() methods in JPA entities? http://stackoverflow.com/questions/4388360/should-i-write-equals-methods-in-jpa-entities you are really aware of what you are doing and perhaps documenting it See this article for more details. Also note that equals..
Code for changing the color of subtasks in Gantt Chart http://stackoverflow.com/questions/8938690/code-for-changing-the-color-of-subtasks-in-gantt-chart the renderer makes two passes some care should be given to documenting the dependency. @see http stackoverflow.com questions 8938690..
Loop Keyword Program Homework http://stackoverflow.com/questions/9958703/loop-keyword-program-homework helper share improve this question I like having self documenting code so here are a couple suggestions for how you can have a..
|