ecomfe / spec

This repository contains the specifications.
4.63k stars 1.61k forks source link

请问文件名应该如何约定? #63

Open xams-creator opened 4 years ago

xams-creator commented 4 years ago

假如一个 ts文件 有如下内容

export default class App {

    foo() {

    }

    bar() {

    }

}

这个文件的文件名最好是什么? app.ts ? App.ts ?

otakustay commented 4 years ago

我们没有特别的限制,一般是App.tsx或者App/index.tsx