This post is a collection of best practices, tools, and recommendations that may be useful to our team. Code Review Refer to our guidelines for code reviews in our team here: http://wartothecore.com/2016/09/teamwork-code-reviews/ For general CR advice, see this: https://smartbear.com/learn/code-review/best-practices-for-peer-code-review/ Unity This article have some interesting Unity best practices that can really come in handy: http://devmag.org.za/2012/07/12/50-tips-for-working-with-unity-best-practices/ Article about […]
Our game relies on a lot of data being sent to and from the server. The data is serialized into JSON before it is transmitted over the wire. Instead of handcrafting the packets by hand for each request, we have a generic system that allows us to keep the logic that deals with serialization centralized. This […]
Recent Comments