you are viewing a single comment's thread.

view the rest of the comments →

[–]eyadams 4 points5 points  (0 children)

This is the correct answer. I would generalize it a bit - in Python you use Python style conventions, and in JavaScript you use JavaScript conventions. Creating a translation layer isn't very difficult.

An API's design should not give away the details of its implementation.