@phase2
Does the code run properly? - YES
Can I easily understand what the code is meant to do when I read it? - YES
All coders have their own style of coding. Readability is very high on my list, I will revisit the code and I will want to quickly understand what I was doing and why. Code is a language and is its own documentation.
When I revisit prior code, Fresh eyes may notice changes to make for more efficient execution. I make those changes, but with no sacrifice of readability.