Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. # Framework Presentation Guidelines
  2.  
  3. Just a guide, use any or none of these.
  4. At least do #9
  5.  
  6. Things to consider when vetting frameworks.
  7. We care about:
  8.  
  9. - **how are the docs???**
  10. - is there an abundance of resources, support and active contributors?
  11. - what we can do with it (or is made much easier by it)?
  12. - what we cannot do with it (or is harder than not using it)?
  13. - how to set up a project (easy > cumbersome)
  14. - organization of code (for maintainability)
  15.  
  16. 1. Is this a server side or client side framework?
  17. 2. Elevator Pitch (what is this framework in 15 seconds)
  18. 3. Who are some competitors (that do the same, similar thing)?
  19. 4. List the Features that are highlighted in your research (even if you don't know what it means).
  20. 5. Have you identified any recognizable patterns? (OOP, data-binding, monad, event handling, callbacks, promises)
  21. 6. Go over how to set up the framework
  22. 7. Sample app or demonstration of using this framework (can be yours, or online demos)
  23. 8. Sample code, show things that you like, don't like, and don't get.
  24. 9. When would you use this? Why?
  25. 10. Your experience researching and testing
  26. 11. List of good resources that others can use
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement