An open API service indexing awesome lists of open source software.

https://github.com/greatwizard/exercises-in-programming-style

Comprehensive collection of well-known, and not so well-known, programming styles using a simple computational task, term frequency.
https://github.com/greatwizard/exercises-in-programming-style

exercises-in-programming-style javascript

Last synced: 11 months ago
JSON representation

Comprehensive collection of well-known, and not so well-known, programming styles using a simple computational task, term frequency.

Awesome Lists containing this project

README

          

# Exercises in Programming Style

[![Test](https://github.com/GreatWizard/exercises-in-programming-style/actions/workflows/test.yml/badge.svg)](https://github.com/GreatWizard/exercises-in-programming-style/actions/workflows/test.yml)

JavaScript implementation of [crista/exercises-in-programming-style](https://github.com/crista/exercises-in-programming-style).

Comprehensive collection of well-known, and not so well-known, programming styles using a simple computational task, term frequency.