|
|
|
|
|
by hinkley
811 days ago
|
|
One of the first Ajax projects I worked on was multi tenant, and someone decided to solve the industrial espionage problem by using random 64 bit identifiers for all records in the system. You have about a .1% chance of generating an ID that gets truncated in JavaScript, which is just enough that you might make it past MVP before anyone figures out it’s broken, and that’s exactly what happened to us. So we had to go through all the code adding quotes to all the ID fields. That was a giant pain in my ass. |
|