5

I love python... but Holy shit the way imports works is something I'll be ranting about for a looonng time

Comments
  • 2
    Have you tried to dynamicaly load code during runtime? Unload it?
    Reload it?

    Thats where yhe mindfuck comes in.
  • 2
    Oof.
    Welcome to devRant.
    Please read the tag descriptions
  • 1
    @magicMirror yeah well kinda went like i'm used to in c/c++ and I understood quite fast that it's not how python rolls xD

    Managed to fix it, but yeah.. not a fan of that feature haha
  • 1
    @Ranchonyx Will do! thanks !
  • 0
    @Armorine86 I mean C/C++ is kinda worse in this department IMHO

    Because an included header may behave differently depending on what you do before the include

    Like a cheeky #define private public
Add Comment