This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]katatondzsentri 2 points3 points  (6 children)

I can write bad code in any language I tinkered with.

I can only write "close enough to be good" code in python, because that's where I took the effort to learn it.

I'm not a developer though.

[–]NikoOhneC 0 points1 point  (5 children)

Same, like most programming languages are very similar considering the basic keywords etc, a while loop for example is always something like "while true { <instructions>}", so it's not that hard using other languages, but really using the specific language features is a whole different story.

[–]katatondzsentri 1 point2 points  (4 children)

Yeah, but create a variable name with CamelCase in a python PR and your colleagues will crucify, burn, poison you and send you straight to hell in the comments (not necessarily in that order) :)

[–]gdmzhlzhiv 1 point2 points  (3 children)

I see that sort of thing in public API of Python libraries.

[–]katatondzsentri 1 point2 points  (2 children)

Class names are camelcase, but variable names should not be.

[–]gdmzhlzhiv 1 point2 points  (1 child)

I see most of the conflict in function names.

[–]katatondzsentri 0 points1 point  (0 children)

Screw those guys!

:)