<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 腾讯QQ for android 糊弄还是敷衍？</title>
	<atom:link href="http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Fri, 25 May 2012 02:33:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: NONE</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150601</link>
		<dc:creator>NONE</dc:creator>
		<pubDate>Sun, 04 Apr 2010 20:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150601</guid>
		<description>&lt;p&gt;我表示我能看懂里面的代码 - -!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我表示我能看懂里面的代码 - -!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑传说</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150437</link>
		<dc:creator>黑传说</dc:creator>
		<pubDate>Sat, 03 Apr 2010 10:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150437</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-150404&quot; rel=&quot;nofollow&quot;&gt;我爱吃苹果&lt;/a&gt;: 不是这样的吧，注释中文不是问题，出问题完全是因为在win下用非utf-8来存程序文件。而且，有些程序本身就是用中文来写的，比如python就有个中文版本——华蟒。另外，既然是web，那么对代码每行长度就不能有要求，有要求反而更容易出问题。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-150404" rel="nofollow">我爱吃苹果</a>: 不是这样的吧，注释中文不是问题，出问题完全是因为在win下用非utf-8来存程序文件。而且，有些程序本身就是用中文来写的，比如python就有个中文版本——华蟒。另外，既然是web，那么对代码每行长度就不能有要求，有要求反而更容易出问题。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 我爱吃苹果</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150404</link>
		<dc:creator>我爱吃苹果</dc:creator>
		<pubDate>Sat, 03 Apr 2010 03:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150404</guid>
		<description>&lt;p&gt;@Chen Xing
不是说代码中有中文注释就不对。。而是TX的态度太差了。。
一个专业的对代码有要求的公司，绝对不会允许没有正规格式的注释出现的，而且一般情况下，所有的注释是要求使用英文的，为什么呢？因为中文的注释有编码问题，你在windows下写的中文注释，在Linux环境下打开可能就是乱码。为了统一，所以都要要求英文注释。
TX写了这么多年的程序，应该知道这一点吧，如果不知道，就只能说TX的代码水平是大一学生的，因为一般刚刚学习编程的人，才会乱七八糟地注释，才会什么格式都不懂，才会什么代码标准都没有。
知道真正严格的代码格式是什么吗？就是严格到连每个变量名怎么写，哪里该有空格，哪里不能有，每一行的代码字符的长度都有要求。
单从TX的这几行代码来看，就能看出一个公司的水平和诚意。。
TX公司这么大，应该不会不知道代码风格这会事情吧，我相信，TX内部也会有代码风格，所以我们可以做如下推断：
1.TX有严格的代码格式要求，但是这个Android QQ却没有按照要求来做，只能得出，TX做这个东西不诚心，不认真，忽悠大众;这是第一种情况。
2.TX不知道什么叫代码风格和代码的格式，TX对所有的代码没有格式要求，他们的Coder都是随习所欲地写，也能得出一种情况，那就是TX没技术，连基本常识都没有。这是第二种情况。
所以，哪种情况更真实呢？当然是第一种情况。说明QQ For Android又会像Linux QQ一样，烂尾烂下去。因为从一开始，TX就是用了一堆垃圾代码来做的这个QQ，它还会把这个东西做完善吗？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Chen Xing
不是说代码中有中文注释就不对。。而是TX的态度太差了。。
一个专业的对代码有要求的公司，绝对不会允许没有正规格式的注释出现的，而且一般情况下，所有的注释是要求使用英文的，为什么呢？因为中文的注释有编码问题，你在windows下写的中文注释，在Linux环境下打开可能就是乱码。为了统一，所以都要要求英文注释。
TX写了这么多年的程序，应该知道这一点吧，如果不知道，就只能说TX的代码水平是大一学生的，因为一般刚刚学习编程的人，才会乱七八糟地注释，才会什么格式都不懂，才会什么代码标准都没有。
知道真正严格的代码格式是什么吗？就是严格到连每个变量名怎么写，哪里该有空格，哪里不能有，每一行的代码字符的长度都有要求。
单从TX的这几行代码来看，就能看出一个公司的水平和诚意。。
TX公司这么大，应该不会不知道代码风格这会事情吧，我相信，TX内部也会有代码风格，所以我们可以做如下推断：
1.TX有严格的代码格式要求，但是这个Android QQ却没有按照要求来做，只能得出，TX做这个东西不诚心，不认真，忽悠大众;这是第一种情况。
2.TX不知道什么叫代码风格和代码的格式，TX对所有的代码没有格式要求，他们的Coder都是随习所欲地写，也能得出一种情况，那就是TX没技术，连基本常识都没有。这是第二种情况。
所以，哪种情况更真实呢？当然是第一种情况。说明QQ For Android又会像Linux QQ一样，烂尾烂下去。因为从一开始，TX就是用了一堆垃圾代码来做的这个QQ，它还会把这个东西做完善吗？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150401</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Sat, 03 Apr 2010 02:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150401</guid>
		<description>&lt;p&gt;其实腾讯做的也不是网页，是秀！&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>其实腾讯做的也不是网页，是秀！</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150316</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 02 Apr 2010 05:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150316</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-150263&quot; rel=&quot;nofollow&quot;&gt;kseo&lt;/a&gt;: 没有人在说中文注释。而是对这种换汤不换药，纯粹换个包装就又发布一个新东西的做法表示很无语。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-150263" rel="nofollow">kseo</a>: 没有人在说中文注释。而是对这种换汤不换药，纯粹换个包装就又发布一个新东西的做法表示很无语。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kseo</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150263</link>
		<dc:creator>kseo</dc:creator>
		<pubDate>Fri, 02 Apr 2010 01:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150263</guid>
		<description>&lt;p&gt;中文注释怎么了？&lt;/p&gt;

&lt;p&gt;web页面不算是开发？&lt;/p&gt;

&lt;p&gt;中国的程序员，杯具&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>中文注释怎么了？</p>

<p>web页面不算是开发？</p>

<p>中国的程序员，杯具</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xifs</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150222</link>
		<dc:creator>xifs</dc:creator>
		<pubDate>Thu, 01 Apr 2010 14:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150222</guid>
		<description>&lt;p&gt;看了  花花的评论,长了点见识&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>看了  花花的评论,长了点见识</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shellexy</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150221</link>
		<dc:creator>shellexy</dc:creator>
		<pubDate>Thu, 01 Apr 2010 14:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150221</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-150211&quot; rel=&quot;nofollow&quot;&gt;黑日白月&lt;/a&gt;:  http://trac.webkit.org/browser/trunk/JavaScriptCore/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-150211" rel="nofollow">黑日白月</a>:  <a href="http://trac.webkit.org/browser/trunk/JavaScriptCore/" rel="nofollow">http://trac.webkit.org/browser/trunk/JavaScriptCore/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑日白月</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150211</link>
		<dc:creator>黑日白月</dc:creator>
		<pubDate>Thu, 01 Apr 2010 14:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150211</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-150196&quot; rel=&quot;nofollow&quot;&gt;shellexy&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;相信楼主这篇帖子的重点不是“啥叫程序”，呵呵。&lt;/p&gt;

&lt;p&gt;每个人对程序语言的喜好不同，难免言辞偏颇，再加上天朝的大学里计算机系很少见开设脚本语言的，受大环境影响罢了……
不必过多纠结了，过节呢么～&lt;/p&gt;

&lt;p&gt;另外请教下 webkit 自己的 javascript 也有 jit 功能么？以前只知道 chrome 的 jit 叫 v8, safari 的叫 nitro 。 可否介绍下？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-150196" rel="nofollow">shellexy</a>: </p>

<p>相信楼主这篇帖子的重点不是“啥叫程序”，呵呵。</p>

<p>每个人对程序语言的喜好不同，难免言辞偏颇，再加上天朝的大学里计算机系很少见开设脚本语言的，受大环境影响罢了……
不必过多纠结了，过节呢么～</p>

<p>另外请教下 webkit 自己的 javascript 也有 jit 功能么？以前只知道 chrome 的 jit 叫 v8, safari 的叫 nitro 。 可否介绍下？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shellexy</title>
		<link>http://linuxtoy.org/archives/tencent-qq-android-or-perfunctory.html#comment-150196</link>
		<dc:creator>shellexy</dc:creator>
		<pubDate>Thu, 01 Apr 2010 13:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3861#comment-150196</guid>
		<description>&lt;p&gt;这位 ihipop 关于“啥叫程序” 的说法太 CCTV 了吧……&lt;/p&gt;

&lt;p&gt;非 Geek 硬要扯“技术话题”…&lt;/p&gt;

&lt;p&gt;算了，今天愚人节，就不说这位 ihipop 什么了。&lt;/p&gt;

&lt;p&gt;恩，既然 ihipop 死磕“程序就必须得编译出点别的文件来”，&lt;/p&gt;

&lt;p&gt;那么顺便说下，目前 webkit 的 javascript 引擎，在 winCE arm 平台下，受限于微软的设计，她的 JIT 没法直接执行编译后的机器码，而是得先保存目标文件再执行的，&lt;/p&gt;

&lt;p&gt;所以 arm winCE 下 webkit 执行 javascript 符合 这位 ihipop 说的 “必须编译出有别的文件才算程序” 的说法。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>这位 ihipop 关于“啥叫程序” 的说法太 CCTV 了吧……</p>

<p>非 Geek 硬要扯“技术话题”…</p>

<p>算了，今天愚人节，就不说这位 ihipop 什么了。</p>

<p>恩，既然 ihipop 死磕“程序就必须得编译出点别的文件来”，</p>

<p>那么顺便说下，目前 webkit 的 javascript 引擎，在 winCE arm 平台下，受限于微软的设计，她的 JIT 没法直接执行编译后的机器码，而是得先保存目标文件再执行的，</p>

<p>所以 arm winCE 下 webkit 执行 javascript 符合 这位 ihipop 说的 “必须编译出有别的文件才算程序” 的说法。</p>]]></content:encoded>
	</item>
</channel>
</rss>

