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
-
Remove. That's why we have version control. Create a reverse commit after 2 weeks and hey presto.
-
jm-webdev619yNot all dev shops have the time to properly vc. Sadly. I wish it was that way but sometimes it's not.
-
jm-webdev619yOn the planet where not even one ioda of vs has been established. Commenting is a quick and easy way to remove and gain back code. I agree 100% it's the best, most time saving way, but as someone who has jumped into small shops with no vs and a horrid code base, commenting works when your bosses don't know what you want. I +1d your comment. It's just not always applicable sadly.
-
You don't even have to have centralized VC. Install git on your local box, commit regularly. Takes 5 minutes. You now have regular points to roll back to in case you fuck something up, or if you want old code back. Not even a company decision required. I think every developer not doing this for his own sake is crazy.
-
jm-webdev619yThat's a really good idea actually. I didn't think of it. Have a local git and the dev server git, then roll back and commit to server if something fucked up.
-
i have tons of commented scss partials waiting for my boss to re-re-rethink our actual needs again.
-
LPII1828y@Intrepidity Exactly, any shop not using it is lazy or so sort of high risk adreneline junkie.
Happens where I work 😂
undefined