Do I have some weird rendering issue with this website, or do both of these snippets of code have terrible readability and highlighting? If I had to write code using an IDE or editor with this scheme I'd quit my career and go into small engine repair.https://imgur.com/a/vS2EldV
pcr910303|6 years ago
Try turning them off, it'll look much better.
jeltz|6 years ago
unknown|6 years ago
[deleted]
Mathnerd314|6 years ago
SahAssar|6 years ago
jeltz|6 years ago
Another thing: I think one thing he is missing is how important it is to see at a glance where function definitions are and where possible early returns are. The first example highlights def (function definitions), return (possible early return) and the return type (arguably not that important in most cases).
benkuhn|6 years ago
czr|6 years ago
FPGAhacker|6 years ago
FPGAhacker|6 years ago
jeltz|6 years ago
saagarjha|6 years ago
FPGAhacker|6 years ago
Edit: Yep, dark mode mangled the code snippets.