vuyisile.github.io

View on GitHub
20 September 2017

Four Stages Of Naming

by {"name"=>"Vuyisile Weni"}

In this blog post i will be explaining my understanding of the Four stages of naming, this is based on assigning names to functions, which i find quiet challenging because a function is a form of action that intents on one thing only.

We all know that it is a rule that a Function name should show intention of the action formed, the four stages on naming are basically a guideline or steps on how to better function names that we assign. Lets create a function that returns a sum of two numbers.

tags: