8

My senior dev pushed the backend on lab finally. It's even worse than expected.

- No documentation
- 1 query that retrieves data
- the one query is not even usable in our application without changes
- the total of 1 record that is able to fetched
- somehow misses queries he demo'ed in a meeting more than a month ago

Comments
  • 1
    > 'My senior dev pushed the backend on lab finally.'.

    That was quick.

    /s
  • 1
    @D-4got10-01 Only 22 work days to implement this backend into the final product that will go live. Oh man, I want to move to a place where they cannot contact me.
  • 1
    Update?
  • 0
    @hjk101

    Deadline has been pushed back (thank god), the senior backend dev wants to give the user access to alter the table with thousands of records (currently still 1) in it. Like not changing the price for all products at once (but also that), but giving the user the possibility to drop the "price" column. I posted this on a previous rant, some people gave me advice. I tried to suggest that and it was denied, not even to backup the data first or to soft delete it.

    He also wants that the frontend is able to define all database tables, i tried his query and he copy pasted so much code that an other unrelated secondary key is always added to that new table.

    It's a mess
Add Comment