<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>jcd (jcd)</title>
    <link>https://ruby-china.org/jcd</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>之前一直想学 Go 语言，有没有像 Ruby China 这样的 Go 语言社区？</title>
      <description>&lt;p&gt;经以前同事介绍，golangtc.com 不错，上去看了下，人气不怎样，而且网站太多太多［牛皮癣］，有强迫症看不下去。
那些写 Go 的大牛连个社区网站的赞助都拉不到哎，还学不学？&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Thu, 03 Dec 2015 23:33:12 +0800</pubDate>
      <link>https://ruby-china.org/topics/28270</link>
      <guid>https://ruby-china.org/topics/28270</guid>
    </item>
    <item>
      <title>主题删除权限</title>
      <description>&lt;p&gt;能不能禁止用户 (主题作者) 删除这类主题：被收藏/喜欢/评论过的主题。
如果对评论也做同样的限制更好，有人喜欢过的评论就不能删了。
因为其他人贡献过了，不能说没就没了呀。
当然，如果有必要可以请求管理员删除。&lt;/p&gt;

&lt;p&gt;&lt;a href="/Rei" class="user-mention" title="@Rei"&gt;&lt;i&gt;@&lt;/i&gt;Rei&lt;/a&gt;&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Sat, 18 Jul 2015 16:51:55 +0800</pubDate>
      <link>https://ruby-china.org/topics/26552</link>
      <guid>https://ruby-china.org/topics/26552</guid>
    </item>
    <item>
      <title>又有 rubyist 吐槽 ruby 了：「Ruby is defined by terrible tools」</title>
      <description>&lt;p&gt;伙伴们，去围攻他吧。&lt;/p&gt;

&lt;p&gt;&lt;a href="http://devblog.avdi.org/2015/07/08/ruby-is-defined-by-terrible-tools/" rel="nofollow" target="_blank"&gt;http://devblog.avdi.org/2015/07/08/ruby-is-defined-by-terrible-tools/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;说 ruby 都无药可救了。&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;the Ruby ecosystem was shaped and molded by awful tooling. It still is. You can reject the language; embrace it anyway; or try and fix it. But to ignore this truth is to lose a vital element of context.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;我们都来自这里：&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;And yet, in the early 2000s, long before Rails drove throngs of people to learn Ruby, very smart people who knew about Lisp and Haskell and good tooling, fell in love with Ruby. People like Dave Thomas and Martin Fowler and Jim Weirich.&lt;/p&gt;

&lt;p&gt;And I did too, for reasons that still aren’t wholly clear to me.&lt;/p&gt;

&lt;p&gt;Why do we love this language which is, in so many ways, the worst of many worlds? A Smalltalk without an image or browser; a Lisp without code-as-data; a Java without the static comprehensibility that automates refactorings; a Perl without… no, never mind, it’s still a better Perl than Perl.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;慢慢看吧，不陪了&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Thu, 09 Jul 2015 00:06:57 +0800</pubDate>
      <link>https://ruby-china.org/topics/26399</link>
      <guid>https://ruby-china.org/topics/26399</guid>
    </item>
    <item>
      <title>让 after_action 跑在一个新的 thread 的话 action 会提前返回 (不用等待 after_action) 吗？</title>
      <description>&lt;p&gt;rt&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;试了一下，好像是可以的&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;def show
  render ...
  Thread.new do
  sleep 100
    ...
  end
end
&lt;/code&gt;&lt;/pre&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;def show
  render ...
end

after_action :after_act
def after_act
  Thread.new do
  sleep 100
    ...
  end
end
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>jcd</author>
      <pubDate>Fri, 19 Jun 2015 18:06:18 +0800</pubDate>
      <link>https://ruby-china.org/topics/26113</link>
      <guid>https://ruby-china.org/topics/26113</guid>
    </item>
    <item>
      <title>请问 ruby-china 里关于阅读 / 打开帖子或评论后就能把相关的通知标为已读是怎么做的？</title>
      <description>&lt;p&gt;rt&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Thu, 14 May 2015 11:20:10 +0800</pubDate>
      <link>https://ruby-china.org/topics/25573</link>
      <guid>https://ruby-china.org/topics/25573</guid>
    </item>
    <item>
      <title>未当过老板，招人的时候，招聘方的人有没有这种想法？</title>
      <description>&lt;p&gt;因为真的几次面对过咄咄逼人的面试官，感觉很不好。
还有看了这个 &lt;a href="https://ruby-china.org/topics/25191" title=""&gt;# 抵制浪费时间的编码面试 # 用一个开源的方式来说明&lt;/a&gt; ，想问一下：
面试的时候是否能狠则狠，免得入职后发现不行就后悔，炒鱿鱼也是打自己屁股，为什么当初认为这家伙还行？&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Sat, 18 Apr 2015 21:01:50 +0800</pubDate>
      <link>https://ruby-china.org/topics/25193</link>
      <guid>https://ruby-china.org/topics/25193</guid>
    </item>
    <item>
      <title>关于阅读 / 查看 「动态语言」源代码，这个问题怎么解决？</title>
      <description>&lt;p&gt;动态语言，比如 ruby.
阅读源代码总是挺虐心的，因为你不能轻易知道方法/函数的返回值和参数分别是什么数据类型的！
有时候甚至看遍整个方法的代码去猜测参数是什么类型的，返回值又是什么类型的。
所以有时候可能就多此一举地在定义方法时描述一下：&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# params: A: string, B: float
# return: instance of ClassX
def wtf(A, B)
...
end

# 该传 interger 的  id 呢还是 string 的  id ?
def process(id)
...
end

&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;可不是每个人都那么有闲功夫的。还是这就是个无奈之举，你们平时是怎么解决的？&lt;/p&gt;

&lt;p&gt;虽然这个问题对于 ruby 这种纯 OO 比其它不纯 OO 的语言要轻松些。&lt;/p&gt;

&lt;p&gt;分享一个链接：
&lt;a href="http://blog.codeclimate.com/blog/2014/05/06/gradual-type-checking-for-ruby/" rel="nofollow" target="_blank"&gt;http://blog.codeclimate.com/blog/2014/05/06/gradual-type-checking-for-ruby/&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;补充：有人出现成方案了：&lt;a href="https://github.com/gogotanaka/Rubype" rel="nofollow" target="_blank"&gt;https://github.com/gogotanaka/Rubype&lt;/a&gt;&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Sat, 14 Mar 2015 20:27:03 +0800</pubDate>
      <link>https://ruby-china.org/topics/24650</link>
      <guid>https://ruby-china.org/topics/24650</guid>
    </item>
    <item>
      <title>广州和厦门 10k 月薪是什么水平，Rails.</title>
      <description>&lt;p&gt;三年工作经验，之前 php 非 rails.&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Tue, 16 Dec 2014 09:16:55 +0800</pubDate>
      <link>https://ruby-china.org/topics/23218</link>
      <guid>https://ruby-china.org/topics/23218</guid>
    </item>
    <item>
      <title>连接 ruby-china 时经常 hung 在 upaiyun 的 cdn 连接上，建议换一个吧</title>
      <description>&lt;p&gt;一直显示正在连接 cdn 的资源，导致页面无法显示出来。。。有没有遇到这样的？&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Sat, 22 Nov 2014 12:59:32 +0800</pubDate>
      <link>https://ruby-china.org/topics/22813</link>
      <guid>https://ruby-china.org/topics/22813</guid>
    </item>
    <item>
      <title>一般你们需要多长时间熟悉公司的项目然后参加开发？</title>
      <description>&lt;p&gt;如果一个新的项目，比如 十来个 table, 关系不是很复杂，但是界面不会简单，可能一两个人要干上一两年这样子的。
感觉很难衡量，就说说你们的经验吧？&lt;/p&gt;

&lt;p&gt;新手第一帖，勿喷！谢谢！&lt;/p&gt;

&lt;p&gt;附加：－－－－－－－－－－－－&lt;/p&gt;

&lt;p&gt;好吧，先谢谢各位回答，这的确是个具体问题具体分析的案例，那么我们可不可以分享一下自己遇到过的情况呢？&lt;/p&gt;

&lt;p&gt;其实从反面看，项目负责人对这种问题应该比较感兴趣的吧！能不能分享一下你们是怎么带领新人融入你们的团队的呢？&lt;/p&gt;</description>
      <author>jcd</author>
      <pubDate>Tue, 18 Nov 2014 00:34:44 +0800</pubDate>
      <link>https://ruby-china.org/topics/22727</link>
      <guid>https://ruby-china.org/topics/22727</guid>
    </item>
  </channel>
</rss>
