You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
As a javascript newb I am really enjoying atlasboard and have learned a lot from the atlassian submodule. I've used the bamboo.js lib as a model for bitbucket, jira, and artifactory RESTful clients, because I like the caching and queueing features. I'm wondering, however if there is a cleaner way to consolidate some of that same queuing and caching features into a "super class" that can be shared across the different clients. Has anyone tried to do this or can recommend a js appropriate design pattern I could use that obfuscates the caching and queuing save for a few initialization parameters?