I'll admit I did used AI for code before, but here's the thing. I already coded for years, and I usually try everything before last resort things. And I find that approach works well. I rarely needed to go to the AI route. I used it like for .11% of my coding work, and I verified it through stress testing.
Reptorian
joined 2 years ago
In G'MIC, there's repeat(num_of_iters,_var_name,code(););
on JIT code, and repeat code_block done outside of JIT. It has while, for, dowhile on JIT too. Other than repeat, there is only do while, and for which is while outside of JIT.
Note: _var_name,
can be omitted. So, if you need to just repeat a code N times, that can be removed.
view more: next ›
I used it only as last resort. I verify it before using it. I only had used it for like .11% of my project. I would not recommend AI.