- Feature Articles
- CodeSOD
- Error'd
-
Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Wrt to mongo's _id: it can be an object, which is common when aggregating documents (e.g. sum hours per account per department). That, indeed, should not end up in a function called "sort".
Admin
The third mystery: how much time is the submitter allocating to finding a more sane job? (assuming there are some left not corrupted by AI slop & greed)
Admin
Sometimes it's nice to clean up messes. You don't have all the unknowns from the product owner like, "I don't know what I want, but I don't want that." You're taking something they were already mostly okay with and making it better.
It's not as glamorous as a green field project, but it keeps a roof over your head.
Admin
This comes across as "clever" code that is somehow storing information where one may not necessarily expect to find it and leverage functionality in an unconventional way as well. That's generally what I sense when I wonder, "why the heck would they ever put that here?" Personally, I prefer code that comes across more like a children's book than an escape room...
Admin
The way these stories go I would no longer be surprised to learn that "sort" in this instance is meant to be a noun, not a verb.
Admin
For every green field project there are hundreds of brown, dirty, wet, fly infested mine field projects. It's how you survive those that determines if, when and how you get to retire.
Admin
Every "brownfield" app is an app that's delivering business value in production. every greenfield project is an app that hasn't generated anything but costs so far
Admin
You can identify which is which, in that the implementation of the former has Excel in at least one critical pivotal point.