Hacker News new | ask | show | jobs
by socalgal2 282 days ago
I get worse. I write a test

    TEST(SubSystemABCTest,CheckIfAIsNegativeItThrows)
    {
      ....
    }
And I get told all tests need a comment so I copy that line and add spaces between the words. WTF! >:(
1 comments

I’ve run into this as well, it’s so obnoxious. Now I just go into multiple cursors mode and type the same exact stuff multiple times haha.