The Wayback Machine - https://web.archive.org/web/20210712144800/https://github.com/ljharb
Skip to content
Avatar
🔜
working on that thing you asked about
🔜
working on that thing you asked about

Sponsors

@womcauliff @charpeni
@notchris @mysticatea @darcyclarke @richchurcher @wgolledge @samsonjs @kuwaitbinary @DianaSuvorova @chrisJohn404 @wuweiweiwu

Sponsoring

@zkat @nzakas @gr2m @mjackson @hzoo @sdras @PeterDaveHello @coilysiren @eslint @vaidehijoshi @nicolo-ribaudo @tatianamac @Vets-Who-Code

Achievements

Achievements

Highlights

Block or Report

Block or report ljharb

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ljharb/README.md

Hi My name's Jordan, and I've gradually mutated over the last decade into being super obsessed with open source, backwards compatibility, and finding ways to balance what I feel are ethical obligations to all users of projects I interact with, with the very real problem of time management, burnout, and work/life balance.

I've been a part of TC39 (the committee that writes the specification for JavaScript) since 2014, and I've been an editor of the specification since 2018. I've been heavily involved in the node community for as many years, and I've gradually created (but mostly inherited or been gifted) a decent number of open source projects. I persist in trying to maintain them all with maximal back compat, the strictest adherence to semver, and the greatest respect for users.

Projects I Maintain

Standards/Communities I Contribute To

this includes participation in working groups, committees, meetings, general issue triage, etc

How Sponsorship Helps

Although open source is a huge part of my life, it's not the most important part - I have a spouse, kids, and a dog; bills to pay; and I also try to give back to the wider community.

Sponsorship helps fund domains, travel, but also other sponsorships

Pinned

  1. JavaScript Style Guide

    JavaScript 111k 21.4k

  2. Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    Shell 49.8k 5.1k

  3. ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines

    JavaScript 7k 953

  4. A querystring parser with nesting support

    JavaScript 6.4k 618

  5. Tracking ECMAScript Proposals

    13.6k 574

  6. 1
    While attempting to explain JavaScript's `reduce` method on arrays, conceptually, I came up with the following - hopefully it's helpful; happy to tweak it if anyone has suggestions.
    2
    
                  
    3
    ## Intro
    4
    JavaScript Arrays have lots of built in methods on their prototype. Some of them *mutate* - ie, they change the underlying array in-place. Luckily, most of them do not - they instead return an entirely distinct array. Since arrays are conceptually a contiguous list of items, it helps code clarity and maintainability a lot to be able to operate on them in a "functional" way. (I'll also insist on referring to an array as a "list" - although in some languages, `List` is a native data type, in JS and this post, I'm referring to the concept. Everywhere I use the word "list" you can assume I'm talking about a JS Array) This means, to perform a single operation on the list as a whole ("atomically"), and to return a *new* list - thus making it much simpler to think about both the old list and the new one, what they contain, and what happened during the operation.
    5
    
                  

Contribution activity

July 2021

Reviewed 33 pull requests in 17 repositories
coinbase/rest-hooks 9 pull requests
tc39/agendas 6 pull requests
tc39/ecma262 3 pull requests
npm/cli 2 pull requests
benmosher/eslint-plugin-import 1 pull request
DefinitelyTyped/DefinitelyTyped 1 pull request
npm/rfcs 1 pull request
tc39/proposal-array-filtering 1 pull request
nodejs/TSC 1 pull request
tc39/proposal-iterator-helpers 1 pull request
airbnb/polyglot.js 1 pull request
tc39/proposal-decorators 1 pull request
semver/semver 1 pull request
tc39/ecmarkup 1 pull request
substack/tape 1 pull request
tc39/proposals 1 pull request
npm/node-semver 1 pull request
Answered 2 discussions in 1 repository