Updated 4 months ago

jcclass • Rank 5.9 • Science 77%

Automated gridded version of the Jenkinson-Collison classification.

Updated 4 months ago

@stdlib/regexp-regexp • Rank 21.1 • Science 44%

Return a regular expression to parse a regular expression string.

Updated 4 months ago

best-practices-mobile • Rank 4.8 • Science 54%

📱 Mobile Ecodesign Best Practices (for developers)

Updated 4 months ago

object-mother-pattern • Rank 11.3 • Science 44%

The Object Mother Pattern is a Python 🐍 package that simplifies and standardizes the creation of test 🧪 objects.

Updated 4 months ago

clock-pattern • Rank 8.4 • Science 44%

The Clock Pattern is a Python 🐍 package that turns time into an injectable dependency 🧩. By replacing ad-hoc datetime.now() calls with a swappable Clock interface 🕰️ you unlock deterministic tests 🧪 and decouple business logic from the OS clock.

Updated 4 months ago

value-object-pattern • Science 44%

The Value Object Pattern is a Python 🐍 package that streamlines the creation and management of value objects 📦 in your projects. Value objects are immutable, self-validating objects that represent descriptive aspects of the domain with no conceptual identity.

Updated 4 months ago

https://github.com/adriamontoto/criteria-pattern • Science 44%

The Criteria Pattern is a Python 🐍 package that simplifies and standardizes criteria based filtering 🤏🏻, validation and selection.