Coding style advice? [closed]
- by user1064918
I'm a newly grad.
I've got a lot of complaints from my supervisor at work during code-review sessions with regard to my coding style (Surprise!). I don't know if it's just him being cranky or my style is really that annoying to read.
I come from the low-level language world (assembly, mostly), so I've been taught to use bitwise ops and all the cool tricks to do math whenever possible.
I also have the habits of doing some other things that've been regarded as "too excessively dense to read".
So I'm hoping to get some feedback from any experienced programmers! :)
Also how should I justify between code performance and readability?
Thanks!!