Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

JamesMoody/GottaHaveStandards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gotta Have Standards

This is an oddball experiment where I’m trying wrap an arbitrary list of standardized features around any given function. The target function cannot know anything outside of itself.

This isn’t function chaining, where FeatureA() => FeatureB() => TargetFunction(). Rather this is more like Matryoshka doll, where each function fully encapsulates subsequent functions. Execution is more like FeatureA() => FeatureB() => TargetFunction() => FeatureB() => FeatureA().

Yea, you’re gonna need something for that headache if you dig into this code. :P

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages