5Mixer / mphx

A little library to let you make multiplayer games easily with Haxe. No longer maintained and better options are available.
MIT License
125 stars 16 forks source link

Rename TCP folder #23

Closed 5Mixer closed 8 years ago

5Mixer commented 8 years ago

The TCP folder was in luxe but is irrelevent now. I think a better package name would be 'connection/s' because really, that's what it contains. All classes extend from 'Connection' except for 'NetSock' and I would argue that NetSock is directly linked to connections.

yannsucc commented 8 years ago

Done in this pull request :

https://github.com/5Mixer/mphx/pull/24

5Mixer commented 8 years ago

Great stuff. The other /impl/ folders structures are fantastic too.