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
-
agaskins5897yI don't see a problem... I do this too. whats the issue so long as it isn't public accessible before it's production ready? Right? And most projects you would drop the tables and re-init before it goes live.
-
agaskins5897y@SSDD oh, wait.... So you're saying you are using live in-the-wild production DBs with multiple (experimental and production?) versions of the same system? I dunno about that... Why not just make another database, or at least use table prefixes if that's not an option. That would be magnitudes more safe, better for performance and possibly less hassle than the extra column thing. But maybe I'm not seeing the whole picture still. But whatever works at the end of the day, haha. we all have some weird lazy shit we do now and then I guess... If you get paid you can make your own rules ha
-
dfox428277yUnfortunately, this is very common even at companies. One where I worked had no dev dbs for years while I was there.
We almost had a number of disasters because of it haha.
Related Rants
Sometimes for personal projects (and one client gig) I use the same database for local development and production.
Why?
Because I am a piece of shit.
rant
wk81