9

This codebase had 50+ main() functions and 80+ Material App. 5 of them are nested MaterialApp

Redundant widgets, security leaks, and print Sensitive information from the server to console without using (kDebugMode), therefore in prod, the data are leaked.

I refactored until I screamed.

So I left a gift inside.

Comments
  • 2
    Why that many bootstraps?? Guess we’ll never know….lol
  • 3
    They're using every app as a widget or something.
  • 4
    Why do people do this??? Seriously….what top secret trans dimensional hyper brain comes up with these ideas? Do people enjoy extreme overengineering?
  • 3
    Have my plusplus and terminal look so fresh.
  • 4
    legendary mess. deserved the gift
  • 5
    The '50+ main() functions' actually reminded me of that one coworker who had the following set as his skype mood:

    'I love the singelton. I always make a few of them.'

    /* Paraphrasing. */

    He was obviously jesting.
  • 5
    the code was something like this .......
  • 2
    @ctkqiang arrest that dev lol
  • 3
    @ctkqiang When you said refactor you mean purged with holy fire right? RIGHT?!?!?
  • 2
  • 1
    @ctkqiang U+00F1 == 'ñ',

    Makes me think of the 'F1' key on the keyboard for easier association.

    How I memorized it to be able to properly type the 'señor'.

    ...because I really like the joke about being a 'señor programmer'.
  • 1
    Am i incompetent for not knowing when to use multiple mains? If you don’t want every part of the app to switch on maybe a config would work best? Or a simple Boolean? Maybe it’s a flutter thing, I don’t do mobile
  • 2
    @ctkqiang One word.

    HADOUKEN!
Add Comment