"snake-cased" meaning in English

See snake-cased in All languages combined, or Wiktionary

Adjective

Etymology: From snake case + -ed. Etymology templates: {{suffix|en|snake case|ed}} snake case + -ed Head templates: {{en-adj|-}} snake-cased (not comparable)
  1. In snake case. Tags: not-comparable
    Sense id: en-snake-cased-en-adj--3oryBIG Categories (other): English entries with incorrect language header, English terms suffixed with -ed

Download JSON data for snake-cased meaning in English (3.5kB)

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "snake case",
        "3": "ed"
      },
      "expansion": "snake case + -ed",
      "name": "suffix"
    }
  ],
  "etymology_text": "From snake case + -ed.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "snake-cased (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "senses": [
    {
      "categories": [
        {
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "English terms suffixed with -ed",
          "parents": [],
          "source": "w"
        }
      ],
      "examples": [
        {
          "ref": "2013, Adam Gamble, Cloves Carneiro Jr., Rida Al Barazi, Beginning Rails 4, Apress, page 32",
          "text": "The model name may be given in camel-cased or snake-cased format, and options can be provided if you want to automatically populate the resulting migration with column information.",
          "type": "quotation"
        },
        {
          "ref": "2014, Jon Cowie, Customizing Chef: Getting the Most Out of Your Infrastructure Automation, O’Reilly Media, Inc., page 269",
          "text": "This list is stored as a Hash, where each key is a “snake-cased” representation of the class name and each value is a Class object representing the class itself.",
          "type": "quotation"
        },
        {
          "ref": "2017, Barrett Clark, Data Visualization Toolkit: Using JavaScript, Rails, and Postgres to Present Data and Geospatial Information (Addison-Wesley Professional Ruby Series), Addison-Wesley",
          "text": "It’s idiomatic to use lowercased, snake-cased field names.",
          "type": "quotation"
        },
        {
          "ref": "2017, Anthony Gore, Full-Stack Vue.js 2 and Laravel 5, Packt, page 79",
          "text": "The argument of the command should be a snake-cased description of what the migration will do: $ php artisan make:migration create_listings_table",
          "type": "quotation"
        },
        {
          "ref": "2017, Tom Marrs, JSON at Work: Practical Data Integration for the Web, O’Reilly Media, Inc., page 65",
          "text": "awrence converts snake-cased Hash keys to camel case, which you can then convert to camel-cased JSON.",
          "type": "quotation"
        },
        {
          "ref": "2018, Stephan Hagemann, Component-Based Rails Applications: Large Domains Under Control (Addison-Wesley Professional Ruby Series), Addison-Wesley",
          "text": "This is because, as discussed in Appendix B, the dummy app mounts the engine under test at its snake-cased name by default, which is app_component in our case.",
          "type": "quotation"
        },
        {
          "ref": "2020, Joshua Romphf, Code a Minecraft Mod in JavaScript Step by Step, Rosen Publishing, page 187",
          "text": "For starters, the names are all camel cased rather than snake cased, and you can also pass in a parameter that specifies the amount of items in the ItemStack to be returned.",
          "type": "quotation"
        },
        {
          "ref": "2020, Josh Cutler, Matt Dickenson, Computational Frameworks for Political and Social Research with Python (Textbooks on Political Analysis), Springer Nature Switzerland AG, page 41",
          "text": "By convention, class names are capitalized (Animal), variable names are lower-cased (fido), and function names are “snake-cased” (compute_square_root()).",
          "type": "quotation"
        },
        {
          "ref": "2021, Adam Woodbeck, Network Programming with Go: Code Secure and Reliable Network Services from Scratch, San Francisco, Calif.: No Starch Press, pages 280–281",
          "text": "Each field definition includes a type, a snake-cased name, and a field number unique to the message.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "In snake case."
      ],
      "id": "en-snake-cased-en-adj--3oryBIG",
      "links": [
        [
          "snake case",
          "snake case"
        ]
      ],
      "tags": [
        "not-comparable"
      ]
    }
  ],
  "word": "snake-cased"
}
{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "snake case",
        "3": "ed"
      },
      "expansion": "snake case + -ed",
      "name": "suffix"
    }
  ],
  "etymology_text": "From snake case + -ed.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "snake-cased (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "senses": [
    {
      "categories": [
        "English adjectives",
        "English entries with incorrect language header",
        "English lemmas",
        "English multiword terms",
        "English terms suffixed with -ed",
        "English terms with quotations",
        "English uncomparable adjectives"
      ],
      "examples": [
        {
          "ref": "2013, Adam Gamble, Cloves Carneiro Jr., Rida Al Barazi, Beginning Rails 4, Apress, page 32",
          "text": "The model name may be given in camel-cased or snake-cased format, and options can be provided if you want to automatically populate the resulting migration with column information.",
          "type": "quotation"
        },
        {
          "ref": "2014, Jon Cowie, Customizing Chef: Getting the Most Out of Your Infrastructure Automation, O’Reilly Media, Inc., page 269",
          "text": "This list is stored as a Hash, where each key is a “snake-cased” representation of the class name and each value is a Class object representing the class itself.",
          "type": "quotation"
        },
        {
          "ref": "2017, Barrett Clark, Data Visualization Toolkit: Using JavaScript, Rails, and Postgres to Present Data and Geospatial Information (Addison-Wesley Professional Ruby Series), Addison-Wesley",
          "text": "It’s idiomatic to use lowercased, snake-cased field names.",
          "type": "quotation"
        },
        {
          "ref": "2017, Anthony Gore, Full-Stack Vue.js 2 and Laravel 5, Packt, page 79",
          "text": "The argument of the command should be a snake-cased description of what the migration will do: $ php artisan make:migration create_listings_table",
          "type": "quotation"
        },
        {
          "ref": "2017, Tom Marrs, JSON at Work: Practical Data Integration for the Web, O’Reilly Media, Inc., page 65",
          "text": "awrence converts snake-cased Hash keys to camel case, which you can then convert to camel-cased JSON.",
          "type": "quotation"
        },
        {
          "ref": "2018, Stephan Hagemann, Component-Based Rails Applications: Large Domains Under Control (Addison-Wesley Professional Ruby Series), Addison-Wesley",
          "text": "This is because, as discussed in Appendix B, the dummy app mounts the engine under test at its snake-cased name by default, which is app_component in our case.",
          "type": "quotation"
        },
        {
          "ref": "2020, Joshua Romphf, Code a Minecraft Mod in JavaScript Step by Step, Rosen Publishing, page 187",
          "text": "For starters, the names are all camel cased rather than snake cased, and you can also pass in a parameter that specifies the amount of items in the ItemStack to be returned.",
          "type": "quotation"
        },
        {
          "ref": "2020, Josh Cutler, Matt Dickenson, Computational Frameworks for Political and Social Research with Python (Textbooks on Political Analysis), Springer Nature Switzerland AG, page 41",
          "text": "By convention, class names are capitalized (Animal), variable names are lower-cased (fido), and function names are “snake-cased” (compute_square_root()).",
          "type": "quotation"
        },
        {
          "ref": "2021, Adam Woodbeck, Network Programming with Go: Code Secure and Reliable Network Services from Scratch, San Francisco, Calif.: No Starch Press, pages 280–281",
          "text": "Each field definition includes a type, a snake-cased name, and a field number unique to the message.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "In snake case."
      ],
      "links": [
        [
          "snake case",
          "snake case"
        ]
      ],
      "tags": [
        "not-comparable"
      ]
    }
  ],
  "word": "snake-cased"
}

This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-04-30 from the enwiktionary dump dated 2024-04-21 using wiktextract (210104c and c9440ce). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.