Naming Conventions
From DDCIDeos
Jump to navigationJump to search
This page was created to capture naming conventions and issues.
- Known Issues
- Using a hyphen followed by a number: deos2cygwin.py
def check_distributions_for_hyphens():
assert bogus_names==[], f"Distribution names must not contain a hyphen, found: {bogus_names}"
check_distributions_for_hyphens()
raise Exception("package names must not contain a hyphen followed by a digit: " + component_name)
- References