DEV Community

Discussion on: How's your Hacktoberfest progress?

Collapse
 
jreina profile image
Johnny Reina

I think I'm barely scraping by, but I am happy to announce that I was able to get several folks to make their first PR to a few of my repos. They seem to really enjoy the project so hopefully I can bake up some similarly silly ideas going forward and for future hackathons. Aside from my excitement at working with first-time contributors, I have learned a lot from managing these projects.

jreina / ShittyLINQ

The shitty version of LINQ.

ShittyLINQ

The shitty version of the LINQ-to-objects Enumerable extension methods for .NET Core.

Bless Build status

What this is

A collection of extension methods for IEnumerable<T>
This code that was authored while talking about how functions work and what map, filter and foldl do.
These are not meant to be used by anyone ever.
This assembly has no dependencies other than Generic Collections.

What this is not

What's up with the name?

Earlier today I found out that NPM packages have a ton of Easter eggs and I laughed pretty hard about that.
This project was originally called ThingsThatArentAggregate_WithAggregate, and ShittyLINQ sounded better when the time came to release this masterpiece.

License?

MIT


jreina / ShittyLINQ.js

The shitty version of LINQ in JavaScript.

ShittyLINQ.js

The shitty version of the C# LINQ-to-objects Enumerable extension methods for JavaScript.

Blesscode style: prettier

What this is

A function which, when called, adds a bunch of methods mirroring the System.Linq namespace from C#.

What this is not

What's up with the name?

This project is based on the ShittyLINQ .NET package.

License?

MIT