3

It's hilarious when companies use Box because when someone left the company, you see their name as 'a previous collaborator'. It's sad, but yeah. lol

...or imagine if it's a startup with immature software - it might say 'NULL uploaded a document 3 years ago'. lmao

Comments
  • 2
    ouch they take your name off

    one thing I regretted is I didn't write doc comments everywhere in my job code. you know the ones that state the author? I thought that was silly at the time but I think it actually would've resulted in greater fame and probably a bunch of networking

    you have to git blame to find my name instead which is poor advertising! should be in everyone's face! YOU SHOULDNT BE ABLE TO RUN AWAYYY
  • 1
    @jestdotty Yes, in big corp you're just a number, sadly.

    We had a policy where we wouldn't be allowed to put PI or PII in code. Yes, @author.

    lmao. And we had a policy as well where the dev's data would be completely erased, like they never existed.

    I want to run awayyyy ♫
  • 3
    tbf if I have to look up who wrote a piece of code, it's probably not a good thing for them.
  • 1
    @jestdotty That's a shame. I bet

    ```

    /***********************

    * v1.0

    * Created by jestdotty

    ***********************/

    ```

    would've looked so nice in the code.
  • 0
    hmmm base64 it is ;P

    But it's always been my thing to get everyone added to the contributors section in the project's manifest
Add Comment