Skip to content

Fn Project Documentation Naming Rules

Michael J Williams edited this page Oct 3, 2019 · 3 revisions

This page documents naming rules related to the Fn Project.

Fn Project

When refering to the Fn project Fn should be spelled with an uppercase F and a lowercase n.

Correct spelling: Fn

Fn Project Function Development Kit (FDK)

When abbreviating the Fn Function Development Kit for a particular language, "FDK" should come first followed by "for" and the programming language for the FDK. Or simply use FDK if appropriate in context. Here are some examples:

  • Function Development Kit for Java (FDK for Java)
  • Function Development Kit for Go (FDK for Go)
  • Function Development Kit for Python (FDK for Python)
  • Function Development Kit for Node.js (FDK for Node)
  • Function Development Kit for Ruby (FDK for Ruby)

Example

Using the Function Development Kit for Java

When using the FDK to ...

Since in the given context we can assume we are talking about the FDK for Java, we can use only the abbreviation FDK.