Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sacado2
on Jan 29, 2019
|
parent
|
context
|
favorite
| on:
C++ Modules Might Be Dead-On-Arrival
I like to be able to remove spaces in complex expressions, for readability issues. For instance, this :
t[x] = t[x-1] + t[x-2]
looks more readable to me than this :
t[x] = t[x - 1] + t[x - 2]
Another example :
y = a*x1 + b*x2 + c
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: