Posted in Code Notes
266
8:21 am, August 26, 2025
 

Code Notes for the Day - I think my coding changes are too large - Aug 26 2025

So i was working on a video analytics dashboard. And its working ok currently. But i pass in the code to claude and it makes all these changes and then i copy the instructions over to the test version of the site, and its all broken. 

Where do you begin to make changes then. 

All the files are structured annoyingly and have seperate functions and even the css is all seperated. 

I think i spend more time fixing the code than just building it properly from scratch. 

Maybe my code queries need to be more specific. 

I think ill give up on it for the day. 

The dashboard is up to v16 already, some days the code changes go well and other days they kinda suck.

Makes me want to shelve the code for a bit and work on something else. 

Then when i run out of credits on claude i move over to grok which is pretty good but also produces non working code,

even when passing in a simple error like is get_current_user a built in function php, it does not detect that as an issue before actually running it. 

hmm... 

It seems that most code from now on will be either written by some kind of AI or maintained by AI, so what does that mean for actual programming humans. I guess that we need to use the tools to increase our coding speed or skills. 

Maybe im just looking at it wrong rather than passing it in 5 files and going lets make this global change i think i need to pass in a small part of the code and say make a small change and then test it, or it spends several minutes rewriting all the code and it does not work. having then to roll back to a working verion. 

Kinda related but also not. 

I wonder with all this AI content now, will it get so good that it will actually be hard to distinguish between humans and AI?

View Statistics
This Week
11
This Month
11
This Year
267

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
"We're tight-fisted with property and money, yet think too little of wasting time, the one thing about which we should all be the toughest misers.”
Seneca
Random CSS Property

border-bottom-color

The border-bottom-color CSS property sets the color of an element's bottom border. It can also be set with the shorthand CSS properties border-color or border-bottom.
border-bottom-color css reference