Home/ Volume 05/ Chapter 4
Show menu button
1

Definition

Imagine a regular customer calls to reorder a dress. Somewhere in the workshop is the exact pattern used last time, except it's saved as "Blue Dress," and there are eleven similarly vague folders that could be it. Two hours later, someone finally finds it. Nothing about the pattern itself was ever the problem, only what it was called.

A naming convention is a consistent, predictable code applied to every pattern so it can be found, referenced, and never confused with another. Cataloguing is the record that maps every code to its details. Storage is where the physical and digital copies actually live.

In One Sentence

"Dress 1," "Dress 2," "New Jacket Final," "New Jacket Final v2 ACTUAL", this is how pattern libraries quietly become unusable. A proper code (like DR-2026-041) is boring on purpose: it sorts logically, never repeats, and tells you at a glance roughly what it is and when it was made. Combined with a catalogue record and a deliberate storage plan, any pattern becomes findable in seconds, by anyone, not just whoever made it.

2

Naming: Codes, Not Descriptions

Bad NamingWhy It Fails
"Dress 1", "Dress 2"Meaningless after the tenth dress; no information, no order
"New Jacket Final""Final" rarely is; invites duplicate "Final v2," "Final ACTUAL"
Customer's first name onlyBreaks the moment two customers share a name; discloses personal data unnecessarily

A good code is structured and boring: for example DR-2026-041, garment type (DR = dress), year created, sequence number. Anyone in the business can decode it at a glance, it sorts naturally in any file system, and it never collides with another pattern.

Memory Trick

Use a code, not a description, for every pattern name. A description like "New Jacket Final" feels natural at first but stops working once there are dozens of patterns. A structured code keeps working no matter how many patterns you have.

3

Cataloguing: The Record Behind the Code

The code alone isn't enough, it needs a catalogue entry recording what it actually is:

FieldExample
CodeDR-2026-041
Garment typeWedding dress
Base sizeM
Date created2026-03-14
Created byHead Cutter
Current versionv2 (Chapter 5)
StatusActive
Physical locationDrawer 4, Folder C
Digital locationShared drive, Patterns/2026/
Related customer order(s)Order #1187

This is exactly Volume 20, Chapter 1's Pattern Module in practice, whether kept on an index card or in software, every pattern needs this record to exist somewhere searchable.

4

Storage: Physical and Digital, Both Deliberate

Storage MethodBest For
Flat drawersFull-size paper patterns, protected from folding damage
Labelled envelopesSmaller pattern pieces, kept together by garment
Waterproof foldersProtection against damp, spills, and general wear
Digital scansBackup, remote access, and disaster recovery
Organization by garment type, then customer, then seasonMultiple valid systems, the only rule is picking one and applying it consistently
Warning

A digital-only pattern library with no physical backup (or vice versa) is one hard-drive failure or one flood away from losing years of accumulated value. Keep both, and treat the digital scan as the true backup of the physical original, never the only copy of anything.

5

Example Story: The Pattern That Took Two Hours to Find

Before adopting a naming convention, MANIAC MINDZ stored patterns by whatever description felt natural that day: "Blue Dress," "Wedding Order Sept," "Mrs Adamu's Dress 2." A repeat customer's reorder took over two hours to locate, because nobody remembered which of eleven similarly-described folders held it.

The fix, codes like DR-2026-041, a simple spreadsheet catalogue, and drawers organized by garment type, turned that two-hour search into a thirty-second lookup, permanently. Nothing about the patterns themselves changed; only how they were named and recorded.

6

Across Industries

BusinessTheir Naming Convention
Precision Print & Press[Client Code]-[Job Type]-[Year]-[Sequence], e.g., MMZ-BC-2026-003 for MANIAC MINDZ's third business card job of 2026
Nimbus LabsVersion-numbered code modules in a shared repository (a central code store), named by what each one does, not by which developer wrote it
Golden Crust BakeryRecipe codes by category and sequence, e.g., BR-014 for the fourteenth bread recipe
7

Common Mistakes

Common Mistake #1: Naming by Description Instead of Code

Works for the first ten patterns, fails by the hundredth, see Section 2.

Common Mistake #2: A Catalogue That Isn't Updated the Same Day

A pattern created today but catalogued "eventually" is exactly as unfindable as one never catalogued at all.

Common Mistake #3: Only One Copy, in Only One Format

Physical-only risks fire, flood, and misplacement; digital-only risks hard-drive failure and file formats that stop opening on newer computers. Keep both.

8

Quiz Yourself

Quiz 1
Why is a code like DR-2026-041 better than a description like "Wedding Dress Final"?
It's unique, sorts logically, never collides with another pattern, and doesn't invite ambiguous duplicates like "Final v2."
Quiz 2
What three things does a catalogue entry need, at minimum, beyond the code itself?
Any three of: garment type, date created, current version, status, physical location, digital location, related orders.
Quiz 3
Why keep both physical and digital copies of every pattern?
Because each format has a different failure mode (fire/flood/misplacement vs. hard-drive failure), relying on only one risks losing the pattern entirely.
9

Practice Exercise

  1. Design a naming code for your business's patterns (garment/product type + year + sequence, or your own logical structure).
  2. Rename your five most-used existing patterns under the new code, and log each in a simple catalogue using the fields in Section 3.
  3. Confirm each has both a physical and a digital copy, stored per Section 4.
10

Quick Summary

Quick Summary

  • Use a structured code, not a description, for every pattern name, boring, unique, and sortable.
  • Every code needs a catalogue entry: type, dates, version, status, and both storage locations.
  • Store patterns both physically and digitally, treating the digital copy as the backup, never the only copy.
  • A missing or outdated catalogue entry makes a pattern just as unfindable as if it never existed.