this post was submitted on 21 Feb 2024
0 points (NaN% liked)
Programmer Humor
32400 readers
492 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Check this out. It puts everything I thought that was, you know, more ethical to use to the harmful section and suggests some unknown and probably not very useful today stuff. Can someone explain if they have good points or not?
Unclear. They don't give their reasoning beyond "complicated = bad", and very specifically leave it up to the imagination of the reader.
While they make some interesting points with regards to overcomplication and scope creep, there are also good reasons why we're still not using programs like
ed
as text editors, such as it being arcane and unintuitive.vi
will at least helpfully point out:exit is not an editor command
. Instead,ed
will not-so-helpfully point out?
.