this post was submitted on 31 Oct 2023
3 points (100.0% liked)

196

16358 readers
2312 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
top 2 comments
sorted by: hot top controversial new old
[–] MercuryGenisus@lemmy.world 1 points 11 months ago (1 children)

It's code, but without automated tests, comments, style rules, and often stored in binary files making change management a nightmare.

It's trying to paint but you can only use your fingers and also one of the other devs ate all the red.

[–] kautau@lemmy.world 1 points 11 months ago

Sure, but for kids, or someone new to development, it also lays out things visually for them. A seasoned software engineer writes a for loop with muscle memory, but when you’re trying to learn the underlying basics of what code does, stuff like this can be super helpful. While it’s obviously not designed for professional work, it’s great to let these tools flourish, for many they can be the stepping stone into going into a career of actually writing code.

Then, as a professional, they too can lament writing tests, commenting their code, linting it properly before they merge it, dealing with actual merge conflicts, dealing with others’ bad code, dealing with their own bad code, the cycle continues