yangez / go-meteor

Online Go server
http://onlinego.net
7 stars 2 forks source link

Refactor Position to be a collection instead of an array inside wgoGame #164

Closed yangez closed 9 years ago

yangez commented 9 years ago

Include appropriate model and methods and such for interaction b/w position and game.

This will probably also significantly speed up homepage loading because it won't have to load all the positions until you ask for them. (Similar to Messages before)