Skip to content

Commit 0a22f31

Browse files
authored
Merge pull request #1656 from plone/glossary-reference-implementation
Add reference implementation to the glossary.
2 parents 67bf445 + daa676a commit 0a22f31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/glossary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,4 +736,8 @@ lazy loading
736736
lazy loaded
737737
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
738738
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Critical_rendering_path, which translates into reduced page load times.
739+
740+
reference implementation
741+
A reference implementation is a program that implements all requirements from a corresponding specification.
742+
The reference implementation often accompanies a technical standard, and demonstrates what should be considered the "correct" behavior of any other implementation of it.
739743
```

0 commit comments

Comments
 (0)