GithubHelp home page GithubHelp logo

wiki's People

Contributors

actlem avatar docroms avatar emmanueldemey avatar glalloue avatar srevereault avatar vvatelot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wiki's Issues

Mettre les bonnes pratiques en format JSON

Stocker les bonnes pratiques en format JSON pour:

  • Mieux structurer les documents représentant les bonnes pratiques
  • Permettre de les inclure dans un outil plus facilement (qui se chargerait par exemple de vérifier automatiquement la conformité)
  • Gérer des champs structurer pour filtrer, rechercher les bonnes pratiques suivants plusieurs critères

Exemples de champs structurés:

  • language: fr_FR, en_US, en_GB etc...
  • architecture: ALL, Web Application, Rich Client (Native mobile app), AI, ...
  • language: ALL, PHP, Javascript, ...
  • framework: ALL, Sympfony, Spring Boot, ...

Autres champs:

  • title
  • description
  • example
  • conformity_rule
  • advantages
  • ecodesign_proof (code, example...)

Cela permettra aussi d'enrichir le référentiel avec des règles en dehors du web et de les filtrer si besoin.

Compartimentation CSS - contain & content-visibility

Contain

La propriété CSS contain permet de modifier la portée (scope) d'un noeud dans l'arbre DOM.

article {
  contain: content;
}

Avantages :

  • Calcul et recalcul (les positions, la mise en forme, les dispositions et l'affichage) du navigateur scopé et non plus de la page entière
  • Chargement paresseux à la lazy loading pour les noeuds situés hors écran

Non prise en charge par les navigateurs suivants :

  • Internet explorer
  • Safari

Sources :

content-visibility

article {
content-visibility: auto
}

Pris en compte uniquement par :

  • Chrome

Sources :

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.