StoneT2000 / Dimensions

A Generalized Artificial Intelligence Competition Framework. And yes, its in Typescript for good reason
MIT License
75 stars 8 forks source link

use id prefixing for less look ups of what kind of id we are given #130

Open StoneT2000 opened 4 years ago

StoneT2000 commented 4 years ago

e.g. for player ids, prefix with pl_<id> and disallow usernames starting with pl_

This way, database layer doesnt need to find the user first to then figureout the player id from username or vice versa