Learn Programming
How To Architect A Complex Web Table — Smashing Magazine
https://www.smashingmagazine.com/author/slava-shestopalov/smashingmagazine.comReally systematic and concise presentation of considerations for web table design.
Forms & Tables
formsandtables.comDesign of enterprise applications involves a different set of assumptions: users are more knowledgeable about the tasks than app designers, users want AND need more information over “designed” information views, and tasks are repeated over and over again so efficiency is king.
Link
Java needs a garbage collector, but like an application calling an API, it only needs the services of a GC, not a specific implementation of one.
Link
Link
What a wild and interesting behavior. I wonder why it was believed to be necessary.
Link
All primitive types in Java need wrappers to be put into collections. Only reason I haven’t noticed any other than ints is that ints and Strings are the only ones I tend to try.
Link
Purely for legibility of large numbers or fp-numbers with large number of decimal digits.
Article
Member variables of a class are initialized to default values, but not variables declared within methods, conditional blocks, or loops.