I at least preserve the old code in a comment, and write a dated not about what I was fixing
Web Development
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- !html@programming.dev
- !css@programming.dev
- !uiux@programming.dev
- !a11y@programming.dev
- !react@programming.dev
- !vuejs@programming.dev
- !webassembly@programming.dev
- !javascript@programming.dev
- !typescript@programming.dev
- !nodejs@programming.dev
- !astro@programming.dev
- !angular@programming.dev
- !tauri@programming.dev
- !sveltejs@programming.dev
- !pwa@programming.dev
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
Isn't that exactly what the commit message is for?
idk. I just write scripts for myself. I keep meaning to get trained on git though
I've just started reading "Working Effectively with Legacy Code", and so far it has been great.
While I'm having troubles with it mostly because I work in gamedev, and a lot of the TDD approaches are difficult to apply (or actually merge into the codebase, since it's simply not an industry practice and I'm nowhere senior enough to be able to push as big change in workflow), I've still learned a lot, especially cool tricks about how to add/fix features or refactor.
It should be recommended reading for anyone who deals with codebases.
that's exactly what happened with recent project I worked with it's https://spaidyslabs.com/ if you are interested. we just shove whatever worked at the time of developing it and now it just a mess!
no policies protecting the supabase, all the supabase calls are coming from client instead of the backend which makes it so difficult to make it secure. 😭
at this point I think we need a entire rewrite of the database and the nextjs code which takes time and effort 😭😭😭