-
Hi, I'm re-learning C++ and I like koans. I started on [CppKoans](https://github.com/torbjoernk/CppKoans); if you check the PRs there, others have added more but they haven't all been merged. Yours ar…
-
As the content in a single file is huge, scrolling to the top seems to be a hassle. Would it be possible to add "Return to the top" links after every subtopic that make navigating the files alot easie…
-
How To Become A Hacker
How To Become A Hacker
----------------------
### Eric Steven Raymond
[Thyrsus Enterprises](http://catb.org/~esr/)
``
Copyright © 2001 Eric S. Raymond
| **…
-
Currently there is no sense of order in the list. Would love to see if listed by category :+1:
-
Readme should have some info on how to configure build and eventually install. Since D is a relatively new language this should also probably include a link to instructions on what packages one might …
-
Short of Gambit's own native module/package system I am using gerbil's, which is quite nice to work with.
In order to facilitate adoption, we could have a searchable package metadata repository. Th…
-
Forked from #2:
@glasser
> Additionally, allowing you to rebase (or even rebase-and-squash) in the UI would be great, rather than needing to go into a local copy to do so. It would be perfectly fine…
-
I'm curious to read an explanation of fundamental technical differences or similarities between Perl 6 macros (and, separately if appropriate, 007 macros) with Lisp FEXPRs. I thought ven especially mi…
raiph updated
3 months ago
-
测试代码本身也算另一种形式的业务代码,为了保证测试代码的正确。
你给测试代码写测试吗?
你给测试代码的测试代码写测试吗?
你给测试代码的测试代码的测试代码写测试吗?
你给测试代码的测试代码的测试代码的测试代码写测试吗?
你不写,就代表你不会用TDD,你就写不出高质量代码,你就无法重构代码,你就会被程序界开除人籍
-
Before I came to Crystal, I had a brief encounter with Go and I really enjoyed their guided interactive tutorial [*A Tour of Go*](https://tour.golang.org) to help newcomers familiarize themselves with…