| ▲ | uncircle 2 hours ago | |||||||
To add to the other commenters, loads of people don’t know assembly, which speaks to the quality of the average developer. The ones that still understand assembly to this day tend to be better developers, writing faster and more efficient code. | ||||||||
| ▲ | crysin an hour ago | parent | next [-] | |||||||
I'd be very surprised if the "average" developer across the board was in fact not just a JavaScript / TypeScript only developer. I have no expectations or really even hope that the average developer I work with has ever written a line of assembly. | ||||||||
| ▲ | DeathArrow an hour ago | parent | prev [-] | |||||||
>The ones that still understand assembly to this day tend to be better developers, writing faster and more efficient code. That is if you use something like C, C+=, Java, .NET, Go. With Javascript and Python I don't think knowing assembly would make any difference because it's hard to optimize the code in these languages for how the CPU and memory works. | ||||||||
| ||||||||