Can knowing C actually hurt the code you write in higher level languages?
Neither knowing C nor knowing the lower-level details of implementation hurt you — in themselves. What can and will hurt you is if you consistently think and work in terms of the low-level details, even when it’s inappropriate. The old saying was that “real programmers can write FORTRAN in any language.” If you do the … Read more