You are viewing a single comment's thread from:

RE: How I Build Software Quickly (My Take)

in Synergy Builders3 months ago

I should really get around changing those alert.text() style popups to toast notification on my budget tracker. It annoys the shit out of me every time it loads or saves.

But I figure it will take me at least 2 days to do that, as I'm not a web dev, and can't be arsed going through the spaghetti code. I feel like I wouldn't ever get those two days back, haha.

I suppose I could just remove the call to say loaded and saved. :D That would be easier.

Sort:  

I should really get around changing those alert.text() style popups to toast notification on my budget tracker. It annoys the shit out of me every time it loads or saves.

No doubt, alerts suck, but usually start with them too.

But I figure it will take me at least 2 days to do that, as I'm not a web dev, and can't be arsed going through the spaghetti code. I feel like I wouldn't ever get those two days back, haha.

I'm not much of a webdev either, I see myself more of a backend dev. If it were not for bootstrap, I don't think anything would even look "presentable" in any way.

I suppose I could just remove the call to say loaded and saved. :D That would be easier.

I'd probably be content with a console.log() 😂