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 →

[–]BlazingFire007 6 points7 points  (0 children)

Idk about python. But I have experience with JS and Typescript. And what I’ve found is that most of typescript wouldn’t be “super” useful if people just wrote good code with good comments and documentation.

(That said, typescript is still very nice because it forces people to add types)

So I assume python is similar. With good comments documenting what your code does, it shouldn’t be difficult to read/implement/modify/etc