Development docs
  • Introduction
  • General information
    • Development Ecosystem
    • Documentation
    • Testing
    • Continuous Integration
    • Code Style
    • Paradigms
    • Design Patterns
    • Architecture
    • Refactoring
    • Date Formats
  • Various
    • Technologies and services
      • Travis
      • GitHub
    • Databases
      • Database Kinds
      • Style Guide
      • Joins
    • Web
      • Template View
      • Interactive View
      • Open Graph
      • Twitter Card
    • Parsers
    • Regular Expression
    • File Formats
      • Properties
    • Logging
  • git
    • Configuration files
      • gitignore
      • gitattributes
    • Gitflow
    • Tools
  • Web
    • REST
    • SOAP
  • Architecture
    • SOA
  • Object Oriented Programming
    • Returns
  • Jenkins
    • Pipeline
      • Steps
      • Environment
      • Notifications
      • Scripts
  • Java
    • Environment
      • Development Ecosystem
      • IDE
    • General
    • Interfaces and Generics for a Service
      • Dependencies
      • Type Errors
      • Nested Type Errors
    • Creating New Instances Dynamically
      • Using Classes
      • Using Providers
Powered by GitBook
On this page
  • Reading the docs
  • Building the docs
  • Collaborate
  • Issues management
  • Getting the code
  • License

Was this helpful?

Introduction

NextGeneral information

Last updated 5 years ago

Was this helpful?

This is a personal programming guide and code base, to help myself when developing a software project.

It explains the methodologies I use and prefer, how to use them and if possible it explains decisions I took. This way I can keep a knowledge base, instead of going through a process of forgetting and re-learning when retaking an old project.

As it is just a helping tool, it does not aim to be an in-depth guide. It expects a certain grade of knowledge about computer science and software technologies.

Reading the docs

The docs can be , where they are deployed automatically.

Building the docs

The docs source is composed of markdown files, meant to be used with .

Collaborate

Any kind of help with the project will be well received. Any recommendation or tip can be added to the issue management and will be taken into account.

Of course everybody is free to fork and adapt the project for their own use.

Issues management

Issues are managed at the GitHub , where any Github user may report bugs or ask for new features.

Getting the code

License

If you wish to fork or modify the code, visit the , where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.

The project has been released under the .

read in Gitbook
Gitbook
project issues tracker
GitHub project page
MIT License