DEV Community

Discussion on: What are your worst coding habits?

Collapse
 
ben profile image
Ben Halpern

I don’t think the second is a bad habit. There’s no special reason one needs to be using bin or nano imo.

Collapse
 
ericcurtin profile image
Eric Curtin

I think all Unix/Linux developers should know vim. Because vi or vim is almost always installed on these variants. Sure for local development a UI is great, a very useful tool! But for editing files on remote machines, the ability to ssh to a remote machine and make a quick change is very important.