this post was submitted on 10 Sep 2023
65 points (93.3% liked)
Technology
59143 readers
2942 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
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
It has never been an issue for me in 20 years. If you move code, you cut a whole paragraph, paste, and indent appropriately.
If I move code in non-python code, I cut a whole paragraph, paste, and I'm done if that's all I wanted to do.
Your code won't be indented properly, same problem as Python unless you have a formatting tool in your setup.
It won't matter. It will still compile correctly every time, as opposed to python, and that's my point. Choice. Choice is the key here.
Python isn't (generally) compiled. Have you used python before?
I know Python is interpreted, but regardless, my point still stands. Just replace compile with run correctly.