Skip to content
Snippets Groups Projects
Select Git revision
  • eckbalu-master-patch-41181
  • master default protected
  • schwifi
  • halof
  • our-team
  • 0.12.8 protected
  • 0.12.7 protected
  • 0.12.6 protected
  • 0.12.5 protected
  • 0.12.4 protected
  • 0.12.3 protected
  • 0.12.2 protected
  • 0.12.1 protected
  • 0.12.0 protected
  • 0.11.5 protected
  • 0.11.4 protected
  • 0.11.3 protected
  • 0.11.2 protected
  • 0.11.1 protected
  • 0.11.0 protected
  • 0.10.6 protected
  • 0.10.5 protected
  • 0.10.4 protected
  • 0.10.3 protected
  • 0.10.2 protected
25 results

website

Szoftver projekt laboratórium

Amiket célszerű követni:

  • osztályok PascalCase (== UpperCamelCase), minden más lowerCamelCase legyen

  • helyesírásra figyeljünk, van egy helyesírás-ellenőrző a pipeline-ban (Sus szavak), érdemes megnézni, hogy mit logol

  • ha lehet, akkor így frissítsük a brancheket:

    git fetch
    git rebase origin/master
    • sidenote: miért? azért, mert így kevesebb felesleges merge commit lesz
  • doksit nézzétek meg, hogy minden OK-e vele (jók a digrammok, van napló táblázat, stb.) mielőtt merge-elnétek masterbe

  • latex táblázatnak:

    • xltabular: többoldalas táblázat
    • tabularx: minden más
  • this.Függvényt ne hívjunk, eltöri a szekvencia generálást

A magic.sh-t lokálisan, éles repóban NE FUTTASD!!!!