Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

List of best practices or standards w.r.t UI #2

Open
AmitKumarDas opened this issue Dec 8, 2015 · 0 comments
Open

List of best practices or standards w.r.t UI #2

AmitKumarDas opened this issue Dec 8, 2015 · 0 comments

Comments

@AmitKumarDas
Copy link

  • Coding Reference
  - https://github.com/oneuijs/You-Dont-Need-jQuery
  • CSS Class Best Practices
  - declarative CSS
  - make classes atomic
  - define attributes for behavior
    - do not mix classes for behavior

  <div class="pull-left white-text"> 
     ...
  </div>

  <input class="" data-id="xyz" />
  • Style Guide References
  - https://github.com/airbnb/javascript
  - https://github.com/rwaldron/idiomatic.js
@AmitKumarDas AmitKumarDas changed the title all about UI Best Practices w.r.t UI Dec 9, 2015
@AmitKumarDas AmitKumarDas changed the title Best Practices w.r.t UI List of best practices or standards w.r.t UI Dec 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant