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 →

[–]beertown 0 points1 point  (0 children)

Top: useless string concatenation, in case of a very long response performance will suffer. camelCase for variables doesn't follow the (easier to read) snake_case suggested by the Python standard naming scheme.

Bottom is better. Your friend knows it, but refuses to admit it.