Y
Hacker News
new
|
ask
|
show
|
jobs
by
eYrKEC2
235 days ago
For C, once I learned that types are best read right-to-left, they became much more scrutable.
int[] foo | | | | | foo | is an array of ints
I still prefer Rust types though..