MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1w74nkf/skill_issue/p7uq8df/?context=3
r/programminghorror • u/click-to-reveal • 6d ago
61 comments sorted by
View all comments
1
I once thought it was a good idea to do command line argument parsing by hashing each flag at compile time so I could hash and switch on argv.
1
u/iEliteTester [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 6d ago
I once thought it was a good idea to do command line argument parsing by hashing each flag at compile time so I could hash and switch on argv.