Skip to content
View MC-YCY's full-sized avatar

Block or report MC-YCY

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
MC-YCY/README.md

Hi

class Developer {
    name: string;
    signature: string;
    skills: string[];
    workExperience: number;
    constructor() {
        this.name = '春秋半夏';
        this.signature = '知其然不知其所以然.'         
        this.skills = [
            'JavaScript',
            'Vue',
            'React'
            'Angular',
            'NestJs',
            'NextJs',
        ];
        const tYear = new Date().getFullYear();
        this.workExperience = tYear - 2021;
    }
}

你是一名前端,你调样式到半夜2点,你决定睡觉了。

但是你发现被子有点短,于是不断的调整被子,可不管怎么调整被子总是短一截。

你终于明白,做前端,这被子也就这样了


You’re a front-end developer, tweaking styles until 2 a.m.

Just as you’re about to sleep, you realize your blanket is a bit short. You keep adjusting it, but no matter how you pull it, it’s always missing a little piece.

At that moment, you finally understand — being a front-end developer is just like this blanket.

Pinned Loading

  1. blog-manage blog-manage Public

    blog管理系统

    Vue

  2. blog-service blog-service Public

    blog-ui服务端

    TypeScript 1

  3. blog-ui blog-ui Public

    react+vite博客ui

    TypeScript 3 1