Johnny Decimal Systemâ
Home | Johnnyâ˘Decimal (johnnydecimal.com)
A system to organise projectsâ
When we kept everything on paper, organised people had these things called filing cabinets. They stored all of their documents in them in a structured way so that they could find them again.
Now those same people store all of their files in arbitrarily named folders on their companyâs shared drive and wonder why they canât find anything.
Nobody can find anything any moreâ
Thousands of emails. Hundreds of files. File structures created on a whim and six layers deep. Duplicated content, lost content. We thought search would save us from this nightmare, but we were wrong.
Itâs time to get organisedâ
There are a couple of core concepts, and theyâre so simple youâll wonder why you havenât thought of them before.
Itâs worth mentioning at this point that all of this is free, and itâs possible to implement it without any additional tools.
Step 1: Divide everything in to ten thingsâ
- Take everything you need to organise and sort it in to, at most, ten large buckets.
- Make sure the buckets are unambiguously different.
- Put a label on each bucket.
This forces you to group things quite broadly, but thatâs the point.
We call these buckets your areas. An area might be Finance
.
Step 2: In each area, divide in ten againâ
Go through each bucket and repeat the process. This creates your categories.
A category within the Finance
area might be Tax Returns
.
Now we have ten areas which contain ten categories each. Thatâs a hundred categories at the very most. Itâs very unlikely you will end up with a hundred categories.
Categories are the keyâ
Whatâs a category? Itâs just a collection of stuff. Book drafts. Travel itineraries. Lease agreements. Test reports. Contracts. Any type of work you do can become a category.
The point is that youâve defined these categories, each of which is contained within a broader area. You do this when you set up your system, which weâll get to shortly.
We give each category a numberâ
Remember theyâre grouped in tens, so our first ten categories will be numbers 10-19
and they will all be related to each other.
Letâs say 10-19
is our Finance
area. Category 11
might be Tax returns
, 12 Payroll
, and so on.
From this we know that 42
will not be a finance-related category. This is the power of the system: you know where you absolutely should not bother looking to find your data.
Now we bring in the numbersâ
A Johnny.Decimal number looks like this:
42.1812.0363.17
Theyâre short, memorable, and can be spoken out loud. Theyâre always two digits, a decimal point, and two more digits.
Say it like âforty-two eighteenâ or âtwelve dot oh-threeâ.
Before the decimal: categoryâ
The decimal point is there to break the number up, but more importantly to remind you that the number before the decimal is the important part. Itâs the category.
The category tells you which area itâs in, because all areas start with the same number. If your category starts with the digit 1
, thatâs something to do with Finance
.
At a glance, you know what the number contains. Youâll be astonished at how many of your category numbers you remember.
After the decimal: IDâ
The number after the decimal is just a counter. We call it the ID: it starts at .01
and increases with each thing you create.
In these examples, 42.18
is the 18th thing youâve saved in your 42
category.
The 3rd thing youâve saved in your 12 Payroll
category might be 12.03 Payroll schedule 2018
.
The ID doesnât have any relevance to the item itself â remember, itâs just a counter.
I get the idea, but why bother?â
Many, many reasons.
Organise your filesâ
The most obvious use of Johnny.Decimal is in organising your folder structure.
This is a folder structure for a small company. (The reasoning behind the folder naming structure will be explained later.)
Notice how we have four areas, each with a couple of categories. None of the areas or categories overlap. Thereâs only one place anything can ever be.
Even if you werenât familiar with this folder structure, youâd be able to find your way to the sales proposals directory.
Nothing is more than two clicks awayâ
An important restriction of the system is that youâre not allowed to create any folders inside a Johnny.Decimal folder.
This means that youâll never get lost in layers upon layers of folders. It also makes you create quite specific folders for each thing, ensuring that you can always find what you want.
Tell people where things areâ
âHey Kristy, where can I find the payroll schedule?â
âTwelve dot oh-three.â
Thanks, Kristy.
Fix your emailâ
Put the Johnny.Decimal number in your email subject and youâve instantly categorised everything. Your colleagues will think you have mystical powers because youâll actually be able to find email again.
Display it on printed copiesâ
Rather than including the complete file path on printed documentation, just add the Johnny.Decimal number.
Open files and folders instantlyâ
Because your folders contain the Johnny.Decimal number, you can open them without reaching for the mouse.
Mac usersâ
Press â+space to bring up Spotlight. Type a Johnny.Decimal number. Press Return.
(If you like this sort of thing, check out Alfred.)
Windows usersâ
Hit the Windows key. Type a Johnny.Decimal number in the Search box. Press Return.
Command-line usersâ
Tab completion becomes a joy when your folders start with structured, predictable numbers. Build a small Bash script to pop you in to any folder instantly:
~ $ cjd 12.03
12.03 Payroll for 2018 $ _
Tag things in real lifeâ
Managing physical objects? Write the Johnny.Decimal number on a sticky note.
Sold? Letâs goâ
By now you either see the power of this and want more, or youâre confused and sad.
Links:
Sources: - Home | Johnnyâ˘Decimal (johnnydecimal.com)