Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rld
on Feb 24, 2014
|
parent
|
context
|
favorite
| on:
Line length in programming
Usually this is not what you want to separate interfaces from implementations. For example, this:
List<T> l = new ArrayList<T>();
is preferred to this:
ArrayList<T> l = new ArrayList<T>();
Of course, it would be nice for the compiler to assume the latter if no type is specified on the left side.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: