890
The C++ learning process
(aussie.zone)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Do you not use indentation in other languages?
Yes but it's difficult in a long program to tell which scope you are in or where one ends. I don't know what is so unfriendly about
{
and}
, my editor can highlight pairs of them, it's just nicer to work with.