Skip to content

About Checking the Homeworks on Local #75

Answered by niosus
Ermanas asked this question in Homeworks Q&A
Discussion options

You must be logged in to vote

A good question @Ermanas and the one I did not think to answer preemptively 😅

First of all, the gist of checking code goes along these lines:

  • Implement something along with tests (see video on tests for details 😉)
  • Run the tests locally
  • Run any relevant examples locally
  • Submit code to the server and ideally create a PR which should trigger an automatic check (that we of course have to configure one way or another), usually called CI (continuous integration). Various CI systems are implemented in different ways, some trigger on commits, some on PRs but the idea is the same - they exist to not let us commit code that is not working into git or any other version control system
  • Once the CI pa…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Ermanas
Comment options

@niosus
Comment options

@Ermanas
Comment options

Answer selected by niosus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants