似乎没有这个信息的明确位置:
我一直将接口文件命名为IMyInterface
,接口命名为A = T.matrix('input matrix')
B = T.matrix('dummy matrix')
C = np.random.rand(5,5).astype(theano.config.floatX)
squared = A**2
get_squared = theano.function([A], squared)
。
这是使用Angular 2和Typescript的方法吗?
谢谢:)
答案 0 :(得分:12)
根据NAMING.md。
通常,Angular2应遵循TypeScript命名约定。请参阅:https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines
它对接口有什么看法?
接口:
遵循与班级相同的规则 不应在名称中使用 I 或接口或以其他任何方式将其标识为接口。