Skip to content

anjali89r/Practice-steps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#06_Functional


###Overview

Functional programming is another form of programming that is different than an Object Oriented Style used in earlier test specs. Functional programming emphasizes the use of functions as the primary programming construct, as opposed to OOP, which emphasizes the use of objects. Because of this, Functional Programming often makes use of Higher Order Functions!

Code written in a functional style strives to be modular, readable, and testable by using pure functions, and avoiding mutating data when possible. Understanding Functional Programming can make your code easier to read and maintain! Throughout the Functional TestSpecs you will create some of the most popular and used methods in functional languages such as:

  • Map
  • Filter
  • Any
  • Every
  • Reduce
  • Contains

###Section Overview

###Curriculum Videos

###Additional Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published