DEV Community

adieg
adieg

Posted on

OSDC course 2023 Post #4

This week we will start to work on our own projects.
We learned how to create a project locally on our computer, upload it to git and then add them to GitHub.
We saw how to add tests for the code.

You can find my (unfinished) project here.
My function receives a matrix and returns the sum-normalized values for the matrix.

Top comments (0)