Naming
Everything on SkillVeris tagged Naming — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(8)
Power Apps Best Practices
A practical playbook for naming conventions, formula hygiene, data modeling, and governance that keeps canvas apps maintainable as they scale.
dbt Best Practices
The project structure, layering, testing, and deployment conventions that keep a dbt project maintainable as it scales past a handful of models.
LISP Best Practices
Practical conventions for writing clean, maintainable LISP code, covering naming, recursion style, macro hygiene, and error handling.
F# Best Practices
Guidelines for writing idiomatic, maintainable F# code covering function composition, project organization, and error handling.
Redis Key Naming Conventions
Understand why disciplined key naming matters in Redis and how to design namespaces that scale across teams and services.
PHP Syntax and Variables
Covers PHP's basic script structure, statement termination, comments, and how variables are declared, scoped, and named in PHP 8.x.
Feature Branch Workflow
A widely used team workflow where every change lives on its own short-lived branch off main, gets reviewed via pull request, and is merged once approved and te…
Outputs and Locals
Output values expose data from a module for use by callers or the CLI, while local values let you name and reuse computed expressions within a module. Together…