- 随時更新されます
- 業務でClojureを使用されている方
- 指導に1週間辺り1時間、割いて頂ける方
- 日本語でのコミュニケーションが可能な方
- コードレビュー
| def hoge:(self) | |
| return A or B |
| from test.common_data import UserFactory | |
| class Test(TestCase): | |
| @classmethod | |
| def setUpTestData(cls): | |
| cls.user = UserFactory.create() | |
| def test_1(self): |
| #button { | |
| width: 200px; | |
| height: 50px; | |
| padding: 10px; | |
| border: solid 1px #ccc; | |
| background: linear-gradient(#ccc, #222); | |
| box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px; | |
| } | |
| #widget { | |
| width: 500px; |