ACF-Team / ACF-3

ACF
MIT License
67 stars 53 forks source link

Additional class documentation #399

Closed LengthenedGradient closed 2 months ago

LengthenedGradient commented 2 months ago

Following up from the previous documentation update, this one should document the remainder of the base class files.

LengthenedGradient commented 2 months ago

I added some documentation to namespaces since they'll be necessary for entity creation. In various places I have things like (objects/simple classes/groups) written. It makes no sense to call them classes because an object is not a class. What else could I call it?

TwistedTail commented 2 months ago

In various places I have things like (objects/simple classes/groups) written. It makes no sense to call them classes because an object is not a class. What else could I call it?

Personally I would just refer to them as "entries", but I suppose someone else could come up with a better term.

LengthenedGradient commented 2 months ago

In various places I have things like (objects/simple classes/groups) written. It makes no sense to call them classes because an object is not a class. What else could I call it?

Personally I would just refer to them as "entries", but I suppose someone else could come up with a better term.

I just went with entries, that should work.

TwistedTail commented 2 months ago

Anything else you might want to add/change? It seems alright.

LengthenedGradient commented 2 months ago

Anything else you might want to add/change? It seems alright.

I think this is ready to be merged. I don't think I'll need to add/change anything else.