GitXplorerGitXplorer
g

template

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f45f4817de20793d7a827050c4da0909f9c797c6

update warning sets

ggsauthof committed a year ago
Unverified
5917ea9b447842ee714620cc5b987d9acbd5f5b1

migrate from BDSG to DSGVO (GDPR) and update recipients

ggsauthof committed 2 years ago
Unverified
485ab6d9f7f6249d55f97e9496ddcb489399a93e

add PlatformIO rebuild-files-by-mtime-cmp config

ggsauthof committed 3 years ago
Unverified
c5dd322a1338cbfd7735236eab073b55b1c0fb66

add ~/.ssh/config template

ggsauthof committed 4 years ago
Unverified
edeef8f71b0dd43eb7c0f556c917af4d9c561fed

don't disable parentheses warnings anymore

ggsauthof committed 4 years ago
Unverified
018146b3f5d7a5e0dc5e37ea3b64b325428acb55

add another annoying marketing company

ggsauthof committed 4 years ago

README

The README file for this repository.

This repository contains templates for source code and other file types.

A general maxim is to avoid writing boilerplate code, to abstract away common functionality into libraries and to use high-level languages to avoid repeating oneself.

Of course, some repeating elements remain, either because the language is not as high-level as one might wish or because it is essential.

For example, a minimal LaTeX document usually uses the same document class (a minimal one) and likely a common package for including random text. A cmake build specification, although being high-level, usually follows a template. Adding licensing information one probably cannot avoid adding boilerplate.

2016, Georg Sauthoff mail@georg.so