FlashPunk Linked Lists


(Abel Toy) #1

This: https://github.com/Draknek/FlashPunk/issues/107

We need to reach an agreement for this particular issue.

Should we use namespaces? (I don’t entirely understand how they work) Just make shit public? (would confuse beginners)


(JP Mortiboys) #2

I vote namespaces… fp_internal or something. Best of both worlds - keep the API and docs simple for normal users, no need to hack the engine code for those of us wanting a little bit more customization.


(Abel Toy) #3

How do they really work? I’ve never used or encountered them.


(JP Mortiboys) #4

Here’s an article on them : Better OOP Through Namespaces


(Abel Toy) #5

Cool. I’d say definitely use them.