30

My code is always a battle between best practices and what I assume would be the most efficient way to do things

Comments
  • 0
    Efficient or fast?
  • 0
    @ajfaura it really depends on what I want to do. Sometimes efficient in a more clever or simpler way to do things (in my opinion the less steps in doing a thing less less confused I get about what's going on) or if I think it's important for what I'm doing the fastest time to execute 🙃
  • 2
    Unfortunately, with python (at least from what I've seen) they really optimize the most 'pythonic' way of doing something,which kinda fucks with me.
  • 0
    @starless Unfortunately I have to keep on learning the "pythonic" way of doing things as it's so different from the other language I know 😫
Add Comment