Search - "keep !rants alive"
  • 15
  • 0
    me vs my job at mnc laggard part 9/n . previous @ https://devrant.com/rants/6602068/...

    ====
    I think i have now realised why working at corporate MNC sucks: they are reluctant to make a good product for their end users.
    - they first come up with feature without a proper planning and research.
    - then they are in a rush to release it to live audience by ignoring the possible issues that could arise
    - when they see it fail, they are like, okay with that and blame it as a failed experiment
    - instead of removing/disabling it, they are okay to keep it remain alive in the app, even if it causes customer inconveneience.
    - meanwhile, they put false reports for their higher managers as a success and when an enhancement/modification comes for that feature from the higher up, they again start the loop by pushing a new feature without proper planning and a rush

    as a dev, it fuckin kills me. I joined in the middle of one of these ugly loops. The app has a camera feature where the camera will generate voices to take pictures and record video , like "goto next car view" , "close the bonnet and focus", etc while the user follows instructions.

    the ticket for me was to just add a flash button to this camera. But the more i dive into it, the more i hate it:
    - the existing camera implementation provides api for toggling a camera flash, but when i attached it with a ui button, it would not work

    - the existing implementation will send images /videos as direct payload data, resulting in generating very large payload curls . our app has a curl logger and it starts crashing.

    - the existing implementation also crashes at uploading videos.

    So where does it trouble me?well, I have a ticket to add just a fucking button, but i will have to replace the whole camera module and start from scratch. also the crash causing loggers will need some workarounds, otherwise i could not check the apis. and my manager will be like "why are you taking so long to add a flashlight?" and i would be like "coz i wanna put this flashlight up your -
    2