Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Same applies to dev. And sysadmin. And netadmin.
Basically, it applies to anything-IT -
And ppl ask me why I used white space symbols in my text editor....
Got fucked over by too many CRLF, and zero width spaces. -
set +x
It spams a lot but it's often the best to start immediately with it when the "pulling hair" level is achieved. -
Some of my recommendations:
* Shellcheck (Bash)
* Yamllint
* Overcommit (Ruby bases git hooks manager)
* Various linters for your languages -
The same techniques to avoid missing semi colons while choosing apply to every other character while coding.
Use syntax validators. Use linters. Use spell check. Use debuggers. Use verbose logging. Use unit tests.
Let the computer tell you you made simple mistakes, and save racking your brain to design decisions.
Devops is so fucking dodgy. Wasted hours trying to find out what the fuck is wrong only to find out i put `|` (pipe) instead of `\` (backslash) by accident. This is the next generation of semicolons
Fuck off
rant