Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 769 Bytes

File metadata and controls

29 lines (17 loc) · 769 Bytes

DevHowTo

A place where a write notes, explanations, solutions on books and coding challenges, command line, shell script and text editors.

Check the public website at:

https://fernandobasso.gitlab.io/devhowto/

Commit Messages

Let us try to follow the Conventional Commits spec.

Specific commit type and scopes

Functional Programming Made Easier

  • Commit type: purs;
  • Commit scope: FPME, chN;

Examples:

  • purs(FPME, ch02): Add factorial example
  • purs(FPME, ch03): Update data type examples