Hierarchies
Ever had to write a piece of software that stores it’s menu tree in a database? Recursive logic is a pain in the ass, and it’s a “heavy” transaction.
No comments yet
Ever had to write a piece of software that stores it’s menu tree in a database? Recursive logic is a pain in the ass, and it’s a “heavy” transaction.