this post was submitted on 23 Aug 2024
0 points (50.0% liked)
Programming
0 readers
1 users here now
A magazine created for the discussion of computer programming-related topics.
Rules
Please keep submissions on topic and of high quality. No image posts, no memes, no politics. Keep the magazine focused on programming topics not general computing topics. Direct links to app demos (unrelated to programming) will be removed. No surveys.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@atzanteol @rasterweb Indents as syntax does mean you’ll have trouble hacking at a Python script in a random text editor but it also means I have never have to worry about where I put closing brackets to try to make things look pretty.
@jim @atzanteol I come from the land of Perl! I seem to have more issues with white space, tabs,and spaces than I do with brackets and semicolons.
@[email protected] @[email protected]
Yeah - braces and semicolons are simply not an issue.