Skip to content

Collection of personal notes on programming topics

Notifications You must be signed in to change notification settings

chrislaskey/code-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Notes

Collection of personal notes on programming topics

Code

Code examples are sorted by topic. See each directory and its individual readme for more information.

Articles

In addition to capturing ideas in code, here is a list of programming related articles by topic including highlights.

JavaScript

  • Curry or Partial Application

    Definitions

    • Application: The process of applying a function to its arguments in order to produce a return value.
    • Partial Application: The process of applying a function to some of its arguments. The partially applied function gets returned for later use.
    • Curry: A function that takes a function with multiple parameters as input and returns a function with exactly one parameter.

About

Collection of personal notes on programming topics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published