Imagine the shock and devastation I've had when I've learned that code doesn't really matter. The product is what's important.
So. From an Engineer perspective - how's code in your company? Is it readable? Maintainable? DX friendly? Or do you need to remember 7 different, cumbersome commands and edit 5 different files in order to locally debug your services?
All in all, I would say that the quality of the code depends on how close we are at the moment to shipping.
Jokes aside, I've been working with 2k - 5k line files in both python and JS for the last 10 years or so, in different code bases for various companies. That is, code I did not write but had to understand, extend and fix.
I've only worked with maybe just 2 super clean and well written codebases, for new prodcts/projects written by short-term contractors. The code was just beautiful and I learned a few things just by reading it. Both projects never saw a public release and the companies are long gone.
The projects with the superbad, just kill me now code, are moving along, slowly but steadily.
(also, FWIW, its Customers > Product > Code)