Skip to content
View maxgfr's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@betagouv @SocialGouv
Block or Report

Block or report maxgfr

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 100 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
maxgfr/README.md

Hi there 🖖

Linkedin Stack Overflow

abstract class AbstractEngineer {
    protected coding(): void {}
}


class ConcreteEngineer extends AbstractEngineer {
    private name: string;
    private designation: string;
    private location: string;
    
    constructor(name: string, designation: string, location: string) {
        super();
        this.name = name; 
        this.designation = designation; 
        this.location = location; 
    }
    
    public me(): void {
      console.log(`I'm ${this.name}, a ${this.designation} who's been living in ${this.location}.`)
    }

}

const engineer = new ConcreteEngineer('Maxime Golfier', 'Software Engineer', 'Paris, France');
engineer.me();

Pinned

  1. SocialGouv/code-du-travail-numerique SocialGouv/code-du-travail-numerique Public

    Code du Travail Numérique

    TypeScript 101 21

  2. binance-historical binance-historical Public

    Get historical klines from binance api

    TypeScript 27 4

  3. medoc medoc Public

    Médoc - retrouver la notice d'un médicament via son code-barre

    TypeScript 8

  4. release-notes-finder release-notes-finder Public

    An utility to find versions of a npm package with their release notes on Github

    TypeScript 5

  5. insta-who-unfollowed-me insta-who-unfollowed-me Public

    Utility to make it easy to track unfollowers on Instagram

    TypeScript 8

  6. typescript-swc-starter typescript-swc-starter Public template

    A minimalist typescript swc starter that generate cjs and esm package

    TypeScript 22 5