Jayon / weibo4j

Automatically exported from code.google.com/p/weibo4j
Other
0 stars 0 forks source link

代码不规范,请新浪的开放人员考虑优化代码 #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
public Status Repost(String id) throws WeiboException {
        return new Status(Weibo.client.post(WeiboConfig.getValue("baseURL")
                + "statuses/update.json",
                new PostParameter[] { new PostParameter("id", id.toString()) }));
    }

举个例子如上,java代码规范里面 
方法名首字母小写,在给的example的Timeline里面的很多方法名��
�居然首字母大写

Original issue reported on code.google.com by gaoyong2...@gmail.com on 20 Dec 2011 at 8:06

GoogleCodeExporter commented 9 years ago
太挫了。。。。

Original comment by devil...@gmail.com on 5 Jan 2012 at 11:16

GoogleCodeExporter commented 9 years ago
别人的规范就是首字母大写。。 哼哼

Original comment by allrtal...@allrtalent.com on 19 Jun 2012 at 8:41

GoogleCodeExporter commented 9 years ago
shui jiao ren jia shi  xin lang ,wo jue de er lou ying gai shi ge ke ai de mei 
zhi.

Original comment by liu.smal...@gmail.com on 22 Aug 2012 at 2:20