Skip to content
View Frikki's full-sized avatar
Welcome to the Thunder Dome
Welcome to the Thunder Dome

Organizations

@cyclejs @CyclicMaterials @motorcyclejs @mostjs @motorcycle

Block or report Frikki

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. mostjs/core mostjs/core Public

    Most.js core event stream

    TypeScript 408 36

  2. Functional TypeScript naming convent... Functional TypeScript naming convention.
    1
    # Functional TypeScript Naming Convention
    2
    
                  
    3
    ## Motivation
    4
    Giving names in a language that doesn't support function overloading is a challenging task. It is, however, important to follow some standards to avoid naming conflicts, misleading names, and also to maintain a unified style. The following rules were developed to encourage programming in a functional style in TypeScript, but can also be used anywhere else where it makes sense.
    5