ideas.js 435 B

1234567891011121314151617181920212223242526272829303132
  1. // This JS doesn't do anything, just want to have syntax highlight on my thoughts
  2. //
  3. //
  4. /*
  5. watcher and set pattern for any case of flags
  6. lets say loader wants to wait for installer state, can't be an event since it will
  7. commChannel with two points
  8. obj1 <- channel -> obj2
  9. as obj2: channel.send('hello');
  10. obj1:
  11. // Seems like a 2 way event system
  12. channel.on('hello');
  13. this
  14. .observe('something:value')
  15. subscribe()