Story | Glossary

Definition

User Stories (or stories) in Agile form the building blocks of Software Development. It is a simple description of a feature, that’s told from the perspective of the user of the system, aka the person who desires/requires the feature. The focus is overall to move away from writing about requirements, and instead talk about them. All User Stories are usually 1-2 written sentences in form.

Further Reading

  • User Stories Applied: For Agile Software Development” (book), by Mike Cohn

Fibonacci Sequence | Glossary

 

Definition

The Fibonacci sequence (xn = xn-1 + xn-2) is a series of numbers, in which a new number is formed when the two before it are added. It starts with 0 and 1, and continues to go on like 0,1,1,2,3,5,8,13,21 and so forth.

Origin

It is named after Fibonacci, and was  first introduced in his Liber abaci in 1202.  He was born to Pisan merchants and had a wide ranging aptitude for Mathematics and travelling the world.

Further Reading

For more on Fibonacci Sequence, read here and here.