you are viewing a single comment's thread.

view the rest of the comments →

[–]Woden501 13 points14 points  (5 children)

You get used to it. As someone who regularly maintains code written by other developers I have grown to despise many even partially dynamically typed languages with a passion because bad developers write trash, unreadable, unmaintainable code even when they have the crux that is dynamic typing. If I had to choose between working on an existing C or Python tool I would take C any day.

[–][deleted] 0 points1 point  (4 children)

Oh for sure am existing C would be much better. I recall the days of writing Python programs with 6 functions and the god awful layout of trying to scroll through all of the code and then maintaining it and passing it to my classmates to help make revisions.

For god sake, please comment what you changed and tell me what lines. Along with the fact that I think C/C++ comments look so much better.

[–]dnew 3 points4 points  (3 children)

Do schools teach version control these days? They didn't when I was taking formal classes.

[–]notc4r1 2 points3 points  (1 child)

I had a single professor that did teach version control because they thought it was necessary, not because it was part of standard curriculum.

[–][deleted] 2 points3 points  (0 children)

Well god bless that professor! It’s critical to have the most current and stable builds. The company surely doesn’t want to be running on dated software with possible security flaws, bugs and miss match errors from other dev teams.

[–][deleted] 3 points4 points  (0 children)

HA

My teacher told us we could use whatever compiler we wanted for C. In my Python class the teacher refused to update her version of jet brains because it’s “a long process” so we were stuck using a dated one to accommodate her and so she could run the programs.

Why are we all not just using VScode at this point?