Skip to content

defshef/35-refactor-my-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

35-refactor-my-code

(def shef 35) Refactor my Code Session

Some Examples

  • functions in OO languages that don't have functions
  • inline to function
  • conditionals
  • simple loops (eg. list of order IDs to the order values)
  • stateful loops (eg. list of order values to sum or highest value order)
  • nested loops
  • more complex loops to plain recursion
  • capturing context with partial application
  • composing functions
  • changing things in an immutable world
  • memoization
  • mutability as an optimisation
  • more?

About

(def shef 35) Refactor my Code Session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published