Why so? It’s what it actually is
Comment on Whitespace
exocrinous@lemm.ee 1 year ago
Int *p is unreadable, unreasonable, and bad programming.
Aatube@kbin.social 1 year ago
Comment on Whitespace
exocrinous@lemm.ee 1 year ago
Int *p is unreadable, unreasonable, and bad programming.
Why so? It’s what it actually is
Ferk@kbin.social 1 year ago
But the syntax clearly intends
int *p
.Otherwise you would only need to do
int* p, q
instead actually being required to type*
in front of every variable name when declaring that way:int * p, * t;
exocrinous@lemm.ee 1 year ago
That’s because C was designed by a fool.
Aatube@kbin.social 1 year ago
A fool who created Unix
Tja@programming.dev 1 year ago
And C!
CanadaPlus@futurology.today 1 year ago
What, could you have done better in 70-whatever?