|
|
|
|
|
by bjourne
1097 days ago
|
|
In my and many other developers experience and as indicated by studies, the expected number of bugs per line of code is constant and independent of the programming language. Thus, say, 400 lines of Python will contain the same number of bugs as 400 lines of C. But 400 lines of Python contains much more functionality than 400 lines of C. This is what you have been missing. |
|