Problem I have to create some APIs for a online game and I decided to learn to use namespaces correctly. […]
Tag: namespaces
JavaScript Good Patterns – Is this a good example?
Problem I have been trying various formats of namespaces and modules patterns, however I have not come across a solution […]
JS namespacing code
Problem I have written a wrapper for my code that allows basic namespacing and I’d like some feedback on how […]
Computing dates and counts
Problem I have a big SQL request where I compute dates or counts (from other tables), and I have to […]
My first project using namespaces
Problem I have to create some APIs for a online game and I decided to learn to use namespaces correctly. […]