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
-
I think it's vim's default when you copy and paste tabs.... and he has a lot of copypasta because his all his code for his entire cake app is in a single controller that's in triplicate (one controller for each type of user)
-
mrstebo91810yAh, I've not braved the leap in to vim yet. I remember first using it and thinking "why can't I type?" And "okay, how do I quit?!" -
i to insert, A to append line, esc to return to command mode, :wq to save and exit...
it's useful for sshing into servers and modifying config files, but not so great as a substitute for an actual ide -
mrstebo91810yIndeed! I feel like a rookie when I had to use nano all the time because it was easier 😅. I think I'll have to do a full day of just using vim to drive in to the deep end -
lewdogg99010yI cannot stand space indents. And they wouldn't work in Python anyways... So most of my rasp Pi projects would break. Just keep the tabs.
Related Rants

Source: /r/ProgrammerHumor
phpstorm's reformat code feature is a lifesaver when your codeveloper keeps switching his indents between tabs and 6 spaces
undefined
php
indents