←back to thread

548 points kmelve | 1 comments | | HN request time: 0.225s | source
Show context
cjonas ◴[] No.45111482[source]
Once thing I've noticed is the difference in code quality by language. I'm constantly disappointed by the output of python code. I have to correct it to follow even the most basic software development principles (DRY, etc).

Typescript on the other hand, seems to do much better on first pass. Still not always beautiful code, but much more application ready.

My hypothesis is that this is due to the billions LOC of Jupyter Notebook it was probably trained on :/

replies(2): >>45111792 #>>45112163 #
1. __mharrison__ ◴[] No.45112163[source]
There's a LOT of bad/newbie Python code floating around. I find that if I'm specific, it does a good job. (I'm also passing in my code/notebooks as context, so one would assume that it is attempting to mirror my style.)