The difference between Chinese programmers and other programmers
Occasionally, an article is about China programmers and Japanese programmers comparing code. It is very interesting. This should be sent to the forum, but only few people will participate in discussions and publish it to the document center.
The following is a code written by Japanese programmers and Chinese programmers for the same function, and look at the development document of Japanese programmers and China programmers. What is wrong? Everyone discusses discussion:
JAPAN: DIM GriditeMindex AS Integer 'Comment Dim CurrentPageIndex as Integer' Comment Dim PageSize AS Integer 'Comment
GridItemIndex = E.Item.itemindex currentpageIndex = meisaiichiran.currentpageindex Pagesize = MeisaiichiRan.pageSize
DIM UpdatedTarowindex As Integer 'Comment UpdatedTarowIndex = (CurrentPageIndex * Pagesize) GriditeMindex Dt.Rows (UpdatedTarowIndex) .Item (T.BindfldName) = txt
China: dt.rows (.currentPageIndex * .pagesize E.Item.ItemIndex) .Item (T.BindfldName) = TXT
The above code is from PConline.
For these codes, I mean no longer discuss who is better, the writing methods of these two codes can be different from one side reaction, and our national software industry and other national software industry.
In the face of the status quo of the Chinese software industry, we know that it does have a lot of problems, there are a lot of articles on discussing this topic on 9CBS, so let us continue our topic, let us review us, discover our own Insufficient and gaps, for our national software industry, for our own. (Www.sinoprise.com)