Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@highlight
itNeverFuckinIs(youDontKnowWhatThisIs, YouAlSoDonKnoWhatThisIs.hahaFuckYou(120, ["lol","what?"])) -
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
-
LostEth02885yHonestly, 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
-
Hazarth95035yValid 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
Sometimes Python isn't that easy to read 🙄
random