Updated GSoC 2015 Ideas (markdown)

This commit is contained in:
Dennis Felsing 2015-02-07 03:11:17 +01:00
parent f2c61728b2
commit b25e6c9c5c
1 changed files with 14 additions and 0 deletions

View File

@ -109,6 +109,20 @@ lacks helpful code examples. Writing documentation is also a great way to get a
**Mentor:** def- ([@def-](http://github.com/def-))
#### Create a testing framework
**Desirable skills:** Experience with test frameworks.
**Description**:
Currently there is no comfortable test framework for Nim. Inspiration from frameworks in other languages should be taken and a proper test framework be written.
**Tasks:**
* Write a testing library for Nim
**Difficulty:** Easy to Medium
**Mentor:** def- ([@def-](http://github.com/def-))
___
#### Improve times module
**Desirable skills:** Knowledge of date time representations, native time APIs.