Skip to content

FillTable.cs中有多处命名不规范,请更正 #19

@friends

Description

@friends

在代码FillTable.cs中也有多处不规范的地方;在代码中,多次使用一个单独的字符作为变量名,如:
fillDataArrayToTable(Table t);
TableRow r = new TableRow();
for (int i = 0; i < strList.Count; i++);
TableCell c = new TableCell();
HtmlAnchor a = new HtmlAnchor();
请将这些单字符变量命名改为更能体现变量意义的名字。

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions