並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 7 件 / 7件

新着順 人気順

namingの検索結果1 - 7 件 / 7件

  • Naming things needn’t be hard

    Naming things needn’t be hard Find inspiration for naming things – be that HTML classes, CSS properties or JavaScript functions – using these lists of useful words. Word lists Action Describe the behaviour or operation of things. Collection Describe the containment and grouping of things. Comparison Describe the equivalent likeness between things. Numeration Describe the order, precedence and mult

      Naming things needn’t be hard
    • Best Practices For Naming Design Tokens, Components And Variables — Smashing Magazine

      How can we get better at naming? This post is dedicated to naming conventions, tips, and real-world examples that help you name things in a robust and flexible way. Naming is hard. As designers and developers, we often struggle finding the right name — for a design token, colors, UI components, HTML classes, and variables. Sometimes, the names we choose are too generic, so it’s difficult to unders

        Best Practices For Naming Design Tokens, Components And Variables — Smashing Magazine
      • Naming Variables In CSS

        “Naming things is hard” goes the software engineering axiom and CSS is no exception. Here are some collected thoughts related to naming CSS Custom Properties. I’m going to use use the terms “variable” and “custom property” interchangeably since they are effectively the same thing for the purposes of what to call them. Disclaimer: What follows is not gospel. CSS to me is a very poetic language, the

        • GitHub - akalenuk/the_namingless_programming_language: Naming is hard. How far can we go without?

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - akalenuk/the_namingless_programming_language: Naming is hard. How far can we go without?
          • BEM Naming Cheat Sheet by 9elements

            When it comes to finding the right class name, it can quickly drive you to despair. Even the most experienced CSS developers don't always find the right class name right away. This tool aims to help you to not get lost in the BEM cosmos by giving you naming-suggestions for some of the most common web components. If you still have no idea what BEM means, we have added some helpful links below. For

            • OpenTelemetry Best Practices #1: Naming

              Join Honeycomb for part two of our roadshow: London, Amsterdam, NYC, and SF.Learn more Naming things, and specifically consistently naming things, is still one of the most useful pieces of work you can do in telemetry. It’s often overlooked as something that will just happen naturally and won’t cause too much of an issue—but it doesn’t happen naturally, it does cause issues, and you end up having

                OpenTelemetry Best Practices #1: Naming
              • Next.js file naming conventions are checked with ESLint rules

                Photo by Mimi Thian on UnsplashThe current front-end environment has many naming conventions. For example, components should be created in Pascal case, but hooks related files should be created in Camel case, and Hooks processes should be named with use at the beginning of the file name. Example useHooks.ts. I am sure that there are implicit naming rules not only in the front-end environment, but

                  Next.js file naming conventions are checked with ESLint rules
                1