Code Hot Takes

Nicole Zonnenberg - Apr 16 - - Dev Community

What's your coding hot take?

I'll go first:

Readability is more important than efficiency when writing code.

i.e. Well written code can be picked up and understood by most software developers/engineers and does not require a lot of parsing or jargon understanding.

. . . . . . . . . . .