29 May 15, 06:51PM
(This post was last modified: 29 May 15, 06:57PM by MathiasB.
Edit Reason: AC destroyed my post
)
(29 May 15, 06:30PM)Mousikos Wrote: So, I don't know if anyone actually cares about my "blog", but if anyone is reading this... can someone explain why this is a struct instead of a class?I don't care if it is a struct or a class, it's just a name :) (besides the fact that structs are public by default)
What I do care it the lack of comments and doxygen through the source code. I'm not experienced in game development, and I'm not going the spit out the whole AC source code to contribute undocumented code/protocol. I simple haven't time to learn the whole source code.
"Code is read more than it is written."
(29 May 15, 06:40PM)Mousikos Wrote: It's an object with member variables/attributes. It has a constructor, and a destructor. It has member functions that operate on it. It sounds like a class."If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck" :)