15

Sometimes Python isn't that easy to read 🙄

Comments
  • 3
    Anything can be hard to read
  • 5
    Shocker!
  • 1
    @highlight
    itNeverFuckinIs(youDontKnowWhatThisIs, YouAlSoDonKnoWhatThisIs.hahaFuckYou(120, ["lol","what?"]))
  • 1
  • 0
    Depends on who codes. Like when I worked with this programmer the code structure is a mess you can make a more readable code in js
  • 0
    Honestly, in my opinion it always is. I started with and am used to languages that use some sort of { + } or then + end, so python looks kind of odd no matter how I look at it
  • 2
    @LostEth0 your comment is hard to read as well
  • 1
    @bettoisc lol your not wrong
  • 0
    Valid python code:
    a if a > b else b

    Is it readable? Circumstancial? It definitely reads like a natural language, but is that good? Is it bad though? Dunno

    Honesty, Im getting to like python a lot but Im not yet convinced its power lies in readability... It's definitely an interesting tool though
Add Comment