Good code is more than how it looks. Is it fault tolerant? Does it handle edge cases? Does it scale? Does it lend itself to being tested? Does it lend itself to being extended? Is it legible by other coders for when they inevitably need to fix bugs and/or refactor / extend it?
"it works" is actually a very small part of good code, since implementation is usually dwarfed by maintenance and extension.
Note, none of what I mentioned is about clever or "purty" code.
I can recall when using mixed case in your FORTRAN IV Hollerith statements was considered a bit flash.