257m@lemmy.ml to Programming@programming.dev · 3 years agoWhat are your programming hot takes?message-squaremessage-square15linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 3 years agomessage-square15linkfedilink
minus-squareNewPerspective@lemmy.worldlinkfedilinkarrow-up0·3 years agoIf white space carries any function that the compiler/interpreter needs to know about like structure or scope, it’s probably not a very good programming language.
minus-squareThoth19@lemmy.worldlinkfedilinkarrow-up1·3 years agoIntmain(intfoo){std::out<<“HelloWorld”;} Is a great program and should totally be valid cpp. White space sucks. /S
If white space carries any function that the compiler/interpreter needs to know about like structure or scope, it’s probably not a very good programming language.
Intmain(intfoo){std::out<<“HelloWorld”;}
Is a great program and should totally be valid cpp. White space sucks.
/S