Skip to content

Archive 2021 10

Lydia Buntrock edited this page Oct 6, 2021 · 5 revisions

Organization

General Reading

On Modern C++ and design patterns used in SeqAn:

Library Coding Guide

  • Library structure -- filesystem, module and namespace hierarchies -> moved to Coding Guideline
  • File structure and naming -- where to find/put what inside a file -> moved to Coding Guideline
  • General formatting -- Spacing, Indention, Alignment and Naming -> moved to Coding Guideline
  • Functions -- functions, arguments, return types... -> moved to Coding Guideline
  • Metafunctions -- "functions" always evaluated at compile time -> moved to Coding Guideline
  • Exceptions -- exception safety guarantees, noexcept specifier -> moved to Coding Guideline

from old_home:

TODO: rework or remove these:

Infrastructure

Hosting / version control / contributing:

Documentation

HowTos

Clone this wiki locally