experdot

Results 6 issues of experdot

## Definition ``` wenyan 吾有一經。名之曰「南山」。是經曰。⋯⋯是謂「南山」之經也。 ``` ``` javascript class Foo {......} ``` ## Field ``` wenyan 吾有一經。名之曰「生徒」。是經曰。 其有一言,其名為「名」。 其有数廿三,其名為「齡」。 是謂「生徒」之經也。 ``` ``` javascript class Foo { name; age = 23;...

enhancement
syntax

## VelcroPhysics.Dynamics.Body `_xf` is strange and it may be abbreviation of `XForm` which is similiar to `Transform `.In addition,variable names beginning with an underscore is not compliant with the CLS....

### Steps 1. Debug index.ts in "http://127.0.0.1:22300" 2. Hit a breakpoint, and close the tab directly 3. Shutdown "127.0.0.1:22300", then publish a new site "127.0.0.1:22400" 4. Find out both the...

bug
tracked

## 预览 ![p7](https://user-images.githubusercontent.com/9404172/37151308-eaf87cc4-230f-11e8-9ffe-1da30a1a9b79.gif) ## 实现 - 生长 - 晃动 - 开花 - 落叶 - ~~~凋零~~~

demo

### 拆分目标 EDGameEngine.Visuals将被拆分为若干个类库。拆分原因: - 不同模型间相对独立 - 部分模型复杂度较高 ### 依赖关系 拆分后的类库必须依赖以下程序集: - 依赖EDGameEngine.Core - 依赖EDGameEngine.Core.Graphics - ~~依赖EDGameEngine.Core.Utilities~~ ### 详细划分 | 程序集名称 | 可用性 | 说明 | 详细 | |---------------------------------------|--------|------------|--------------------------| | AutomaticDrawing.Visuals.AutoDraw...

enhancement

### 说明 - 本文详细约定所有语言类型为VB.NET项目的编译配置 - 若无特殊说明,文中提及的所有约定均为建议采用 ### 生成输出路径 默认 ### 编译选项 所有项目的编译选项应遵循以下约定。 - 变量要求显式声明 - 禁止隐式类型转换 - ~~启用智能变量类型推断~~ - ~~设置二进制比较为默认字符串比较方法~~ ### 警告配置 默认 ### 高级编译选项 默认

standard