Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.4 KB

ARTICLE_TEMPLATE.md

File metadata and controls

55 lines (34 loc) · 1.4 KB
title layout last_modified_date nav_order status language short-title project tags
PROJECT-NAME - EXAMPLE-NAME [LANGUAGE]
default
20XX-XX-XXTXX:XX:XX+XXXX
BIGGEST-USED-NAV-ORDER + 1
DRAFT
e.g. Java
title without the name of the project and the language
name key home-page
e.g. Project Foo
e.g. foo. It must be unique across all projects in the catalog.
whatever
tags
you
find
relevant

{% include article-meta.html article=page %}

Context

Give a high-level description of the project. Explain the part(s) of it that include the example in more detail.

Problem

Explain the problem solved by the featured code example.

Overview

Give an overview of the code. What it does, how it works, what patterns it employs, etc.

Implementation details

Dive deeper into the implementation. Include code snippets. Insert them as-is, except remove irrelevant details when necessary. Add permalinks to everything.

Testing

Describe how it's tested. Include snippets and links.

Observations

Add more observations about the code. Optional. Consider writing observations in relevant sections of "Implementation details".

Related

Discuss similar and/or related implementations. Optional.

References

Add references to relevant documents.

Copyright notice

What license is the project under.

Who owns the copyright.