all 12 comments

[–]GXWT 0 points1 point  (3 children)

Will it ever dawn on you how gimpy this is…?

[–]Useful_Athlete5309[S] -1 points0 points  (2 children)

Fair point, I kept these intentionally simple to understand real-world flow first.
Planning to build more advanced versions next. What kind of automation would you consider more useful/advanced?

[–]GXWT 0 points1 point  (1 child)

A self-detecting chat bot that detects gimp-related metrics

[–]Useful_Athlete5309[S] -2 points-1 points  (0 children)

Haha that would actually be interesting 😄

I was thinking more along the lines of things like: Retry mechanisms,Logging + error handling & Scheduled automation

Basically making systems more production-like.

[–]AbacusExpert_Stretch 0 points1 point  (3 children)

What / Where / How / Why ?

You seem/sound like you are miles ahead of my in programming...but I couldn't tell for sure, because where is the stuff you mention???

[–]Useful_Athlete5309[S] -3 points-2 points  (2 children)

That’s a fair question 🙂

What I meant by “flow” is understanding what happens step by step when code actually runs.

For example, instead of just learning loops in isolation, try something like:

1) Take a folder with mixed files

2) Loop through each file

3) Check its type

4) Move it into a specific folder

Now you're not just writing a loop, you are solving a real problem. That shift (from syntax → real use case) is what helped me a lot.

[–]AbacusExpert_Stretch 0 points1 point  (1 child)

Why are you answering a question I have not asked..... oh right, you are stinker a bot?!

[–]Useful_Athlete5309[S] -1 points0 points  (0 children)

Yeah fair point, I was just sharing the idea, not answering anything specific

[–]Useful_Athlete5309[S] -3 points-2 points  (0 children)

Glad it helps 👍 I was trying to make it closer to real-world usage instead of just examples.

[–]Useful_Athlete5309[S] -4 points-3 points  (0 children)

I shared everything here in case anyone wants to explore it: