<?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>《重度使用Go的“后遗症“，你有吗？》的评论</title>
	<atom:link href="http://tonybai.com/2020/11/05/the-sequela-after-being-used-to-writting-code-in-go/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2020/11/05/the-sequela-after-being-used-to-writting-code-in-go/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2020/11/05/the-sequela-after-being-used-to-writting-code-in-go/#comment-7519</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Mon, 09 Nov 2020 12:18:23 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2972#comment-7519</guid>
		<description>很少有程序员只会一门编程语言。况且很多资深go开发者都来自于c,c++。对于c、c++转化为go，再偶尔写c/c++代码时，多数会患上文中的“后遗症”:)</description>
		<content:encoded><![CDATA[<p>很少有程序员只会一门编程语言。况且很多资深go开发者都来自于c,c++。对于c、c++转化为go，再偶尔写c/c++代码时，多数会患上文中的“后遗症”:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：megumi</title>
		<link>https://tonybai.com/2020/11/05/the-sequela-after-being-used-to-writting-code-in-go/#comment-7518</link>
		<dc:creator>megumi</dc:creator>
		<pubDate>Mon, 09 Nov 2020 10:14:13 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2972#comment-7518</guid>
		<description>这不是写惯了Go，是写惯了其它语言</description>
		<content:encoded><![CDATA[<p>这不是写惯了Go，是写惯了其它语言</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2020/11/05/the-sequela-after-being-used-to-writting-code-in-go/#comment-7516</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Thu, 05 Nov 2020 14:04:40 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2972#comment-7516</guid>
		<description>不是很懂你的意思^_^，我没看到代码中有啥坑啊。要不你再详细说说。</description>
		<content:encoded><![CDATA[<p>不是很懂你的意思^_^，我没看到代码中有啥坑啊。要不你再详细说说。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sdvcrx</title>
		<link>https://tonybai.com/2020/11/05/the-sequela-after-being-used-to-writting-code-in-go/#comment-7515</link>
		<dc:creator>sdvcrx</dc:creator>
		<pubDate>Thu, 05 Nov 2020 10:11:31 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=2972#comment-7515</guid>
		<description>补充一个 switch 的小坑， = =：

```go
package main

import (
    &quot;fmt&quot;
)

func main() {
    i := 0
    switch i {
    case 0:
    case 1:
        fmt.Println(&quot;fallthrough&quot;)
    }
}
```</description>
		<content:encoded><![CDATA[<p>补充一个 switch 的小坑， = =：</p>
<p>“`go<br />
package main</p>
<p>import (<br />
    “fmt”<br />
)</p>
<p>func main() {<br />
    i := 0<br />
    switch i {<br />
    case 0:<br />
    case 1:<br />
        fmt.Println(“fallthrough”)<br />
    }<br />
}<br />
“`</p>
]]></content:encoded>
	</item>
</channel>
</rss>
