diku-dk / su-guides

Guides and guidelines for software development course
14 stars 8 forks source link

DIKU — Software Development — Guides

Report Writing

Code

IDE and software

We will be using Visual Studio Code for the course.

We use .NET and the dotnet cli-tool to create, build and execute projects.

We use NUnit for unit testing.