Skip to content
 
 

Repository files navigation

Object Oriented Programming — Course Repository

Screenshot 2026-03-05 at 08 40 44

Required Accounts

https://discord.gg/w3MTztjY

Course Requirements

  • Minimum 80% attendance
  • Pass each exam (group and 1-on-1)
  • OOP project on GitHub (with documentation)
  • Code review participation (at least 2 reviews per semester)

Initial Skills

Know how to:

  • Use Markdown format (# Heading, ## Subheading, etc.)
  • Use the terminal (ls, cd, touch, nano)
  • Fork a repository
  • Add / edit a file
  • Run GitHub Codespace
  • Commit changes:
    • git add .
    • git commit -m 'My comment'
    • git push origin main
  • Check repository status: git status

Common issues

If your push is rejected you may need to use force

git push origin main --force-with-lease

That is very strong commend overwritting current content so use it wisely

Resources

About

Course repository: oop-summer-2026

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages