Confirmed users
525
edits
mNo edit summary  | 
				mNo edit summary  | 
				||
| Line 7: | Line 7: | ||
=Promises=  | =Promises=  | ||
Promises should be used anytime we're doing something async that either multiple points in code need to know about, or the async operation can fail. Otherwise, we should just use callbacks.  | |||
=Upcoming Features=  | =Upcoming Features=  | ||