"Oh, I know this error code! I just need to google it to remember how to fix it."
Life of a coder.
Life of a Noob Dev Op, as I learn to code and work on getting a job in a new industry
"Oh, I know this error code! I just need to google it to remember how to fix it."
Life of a coder.
Writing code that will search for a value.
Needed to call the searched for value something, so I named it 'molly'.
Yep, I am looking for molly.
Programming is all about getting the code to do what I want, and not what I told it to do.
People not following naming conventions is going to drive me insane.
Xxxx_xxx_dddd is not the same as Xxxx_xxx-dddd.
Ok, so check if char 8 is... No wait, just get rid if char 8... Xxxx_xxxdddd doesn't care if there used to be a - or a _ there.
Ok, thanks for helping me figure out how to fix this.
I refactored some code, cutting run time by 34%.
The program runs once a day, takes 5 minutes, with 4 minutes of that being 2 rounds of "Wait 120 seconds and make sure we really disconnected". Around 6hrs of writing, testing, and getting approval to save 7 seconds of time per day.
This is the life of a junior.
Today for fun I wanted to see how much I could do just using AI code.
Below is the prompts I used:
How not to write the definition of done:
* The new functionality is implemented.
* Producer & Leader have reviewed it.
This says nothing useful, and is generic enough to apply to every story.
"When it works and is reviewed, it is done"
"Oh, I know this error code! I just need to google it to remember how to fix it." Life of a coder.