Oct 18, 2018, 3:44 AM

@cobaltasaurus said in Development Thread: Sacred Seed:

Not for me. I don't really learn anything by taking other people's code. I've looked at the Arx code countless of times, but for the most part I go "...........????"

It sounds like you're talking about something different than what @Roz is saying. It's not about looking at code. I can stare at an engine all day long and never get anywhere. It's only once you start taking the thing apart and putting it back together that you really start to understand it.

It's the process of going from "......????" to "okay what does that function do" to "well, let's see what happens when I tweak this little thing" to "oh, so that's what that does" to "huh, now why did they do that" ... and so on.

This is a well-demonstrated and even researched as a very effective way to learn software. Often even moreso than ground-up tutorials. YMMV of course - everyone learns differently - but you might get more out of it with a slightly different approach.