Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
snap1227yLet the force be with you... or a shotgun..
Either way I'm with you... for 5 minutes.... then I start to bleed from my eyes and have to run. 😖 -
@DonQu
I’ve asked it’s creator to produce documentation, but I’m still waiting... -
@snap Haha. Like I said this doesn’t even touch the sides. Massive undocumented tables filled with stupid field names and duplicate data. Some of which are single char or numeric fields, so forget looking at the value for any insight on what the field is used for.
Then there’s the APIs that consist of a single controller containing everything data access, business logic and all.
I mean they (this is the work of two “developers”) can’t even create a model just a butt load of local variables. We’re talking 101.
It’s just madness, never seen anything like it. -
-
Squirming until Field17 becomes Car_NoOfDoors.
What a glorious day it will be. -
I’ve started a new role time for me to get on Glassdoor and warn future developers of this ticking bomb.
Just took a new role...
Production database filled with tables like the following :/
SELECT TOP (1000) [ID]
,[Field1]
,[Field2]
,[Field3]
,[Field4]
,[Field5]
,[Field6]
,[Field7]
,[Field8]
,[Field9]
,[Field10]
,[Field11]
,[Field12]
,[CapID]
,[Car_Manufacturer]
,[Car_Range]
,[Car_Derivative]
,[Field17]
,[Field18]
,[Field19]
,[Car_Model]
,[Field21]
,[Field22]
,[Field23]
FROM [****].[dbo].[****]
This isn't even the worst, there's a table with 250+ fields that should be broken out into 10-15 tables. The code is far, far worse.
Don't think I'll be here too long.
undefined