Chalarangelo / 30-seconds-of-code

Short code snippets for all your development needs

Home Page:https://30secondsofcode.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicating existing snippets with different coding paradimas

jikuja opened this issue · comments

Is it suitable for this repository to duplicate existing snippets with different paradigms?

E.g. rewrite code that uses a mutable accumulator with immutable functional code or rewriting callback styled/synchronous calls to promise-based implementations?

If that's ok is there any preferred naming policy for new versions?

We currently do not support multiple implementations per snippet. Maybe sometime in the future.