"Senior Developers," who perhaps understand the power of the language at a deep level, often use advanced, esoteric, obscure productions to achieve concise, elegant code. Plus "Senior" often means "spent years on the project." That means that he has enough local knowledge of structures, conventions, and so on to take shortcuts.
I'm all for elegance; and I take shortcuts all the time.
But what happens when I move on? Who is going to maintain my code? You know it ain't gonna' be another "Senior Developer" -- he's too busy developing new stuff (and adding esoteric idiom and obscure shortcuts as fast as he can. Why is he doing that? Because his project is way behind: that's why he was shifted onto the project in the first place).
No, one of the new kids is going to be maintaining the code, first spending quite a few weeks just learning which spaghetti strands lead somewhere; and which ones are dead ends.
Is your company going to stand for three months of learning time before a bug can be fixed?
Smart software managers take software reviews very seriously. Design reviews and code reviews are indispensable, imo. A code review is almost the last chance you have, before QA, to fix bugs before the product ships.
One of the (many) tasks of the folks reviewing the software is to question obscure spots in the code and, if they can, insist that those spots be fixed. Or at least heavily commented. That saves tons o' bucks -- you can't imagine how much -- over time. It can even save a project: I've helped to rewrite projects that were abandoned because (1) the original guy wasn't around any more; and (2) nobody else understood how his code worked.
So please consider mentioning to your manager that he might find it a lot less embarrassing in the long run if he spent a couple of man-weeks now on a code review; and avoided spending a couple of man-years later rewriting stuff.
In my opinion, anyone who says code reviews are a waste is too ego-involved ior foolish ior ignorant ior stupid to live.
There used to be a maxim: "there's never enough time to do it right, but there's always lots of time to do it over."
-- b