5

Whats frustrating and worse than having to fix someone else's code (half completed project) ? 😓😓

Comments
  • 3
    Having to fix my own.
  • 1
    @HiFiWiFiSciFi atleast you know what d hell is going on on on your own code.. lol . But in others code.. i am like.. what d hell is going on ... :D
  • 3
    @AurthurM IDK, if I knew what the hell I broke it would never have been broken...

    I sometimes have more trouble finding my own logic errors than others, and conversely find that other people's logic errors stand right out to me.

    (Provided their code isn't total spaghet)
  • 0
    Yeah happens to me too sometimes..and you statement is true bcuz of your last line XD
  • 3
    Being handed the keys to a codebase that every feature is half baked and undocumented, no test suite, business Knows expected outcomes but not how it actually works, and the code base may as well be the left overs from an Italian all you can eat buffet....

    You want dependency injection? Nah bro, we just go and include entire files that take their scope from the current file

    @highlight show these suckers how we generate a product list
  • 0
  • 0
  • 0
  • 1
    @C0D4 nah they have dependency injection it’s just not documented and in turn everything is like fucking magic and requires you to use decompilers to code dive and search for the magical registration if it even uses a framework or just manually reflects.

    ;)
  • 1
    Maybe I should mention that the code is spread across like 50 “friendly” dlls.
  • 0
    oh except in my scenario you don’t have source code... you can only add on and are cucked by privacy.
  • 0
    How it is possible without source code for previous projects lmao, or is it a sarcasm
  • 0
    @AurthurM I’m on a project that existed before I joined the company but builds customizations for a bullshit extensible platform.
  • 0
    @AggroProgrammer ohh now seems legit.. XD ..
  • 0
    are you working for me? this is 90% of the codebase that my entire team has to carry from previous developers.

    When I think of the codebase that I have, I think of all the reasons why people hate PHP and PHP developers.
  • 0
    @AleCx04 nope... Btw i m working on a previous laravel project which uses version 7 but uses syntax of laravel 5 and.. whole.. mess ..
Add Comment