Skip to content

Commit c14b006

Browse files
committed
updates
1 parent 2524249 commit c14b006

File tree

7 files changed

+69
-2
lines changed

7 files changed

+69
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Business IT Complexity prevention is a must for keeping your company agile and adaptive. Stop wasting time and money on complexity. Effective complexity prevention prevents hidden cost, improves quality and enforces an in-depth understanding of problems and customer needs. This 0CX (zero complexity) standard defines architecture and design principles to prevent complexity for new products. A high level of complexity often means serious risks and cost for systems. Especially for systems where humans, processes, software and new technology play a major role.
44

5+
See the memo on: https://nocomplexity.com/documents/0complexity/abstract.html
6+
7+
58
# Status of This Memo
69

710
This document specifies principles to prevent complexity when designing large scale business IT systems. Discussion and suggestions for improvements of this memo are welcome and encouraged. Just create an issue or pull request

_config.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Book settings
2+
title: "0Complexity Design Principles"
3+
author: "Maikel Mardjan"
4+
logo: 'nocxbanner.png'
5+
copyright: "2018,2019, 2020 BM-Support.org. Created by Maikel Mardjan. This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (cc-by-sa)"
6+
7+
8+
9+
10+
launch_buttons:
11+
notebook_interface: "jupyterlab" # or "classic"
12+
13+
# Information about where the book exists on the web
14+
repository:
15+
url: 'https://github.com/nocomplexity/0complexity'
16+
html:
17+
use_repository_button: true
18+
use_issues_button: true
19+
use_edit_page_button: true
20+
home_page_in_navbar: true
21+
baseurl: "https://nocomplexity.com/documents/0complexity"
22+
23+
24+
sphinx:
25+
config:
26+
master_doc: "introduction"
27+

_toc.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- file: abstract
2+
3+
- header: The Principles
4+
- file: 0cxdesignprinciples
5+
6+
- header: The Rationale
7+
- file: introduction
8+
- file: goals
9+
- file: rationaleof0cxprinciples
10+
11+
- header: About
12+
- file: contributors
13+
- file: license
14+

abstract.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Abstract
2+
3+
Business IT Complexity prevention is a real must for keeping your company agile and adaptive. So stop wasting time and money on IT complexity. Effective business IT complexity prevention prevents hidden cost, improves quality and enforces an in-depth understanding of problems and customer needs. This 0CX (zero-complexity) standard defines architecture and design principles to prevent complexity for new products.
4+
5+
Avoid IT complexity: A high level of complexity often means serious risks and cost for systems. Especially for systems where humans, processes, software and new technology play a major role.
6+
7+
## Status of This Memo
8+
9+
10+
This document specifies principles to prevent complexity when designing large scale business IT systems. Discussion and suggestions for improvements of this memo are welcome and encouraged. Just create an issue or pull request at https://github.com/nocomplexity/0complexity.
11+
12+
Distribution of this memo in any form is encouraged, so please share the [link](https://0complexity.readthedocs.io/en/latest/) !
13+
14+
15+
16+
## Language
17+
18+
19+
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in `RFC 2119 <http://tools.ietf.org/html/rfc2119>`_.
20+

conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = '1.0.1'
74+
version = '1.1.1'
7575
# The full version, including alpha/beta/rc tags.
76-
release = '1.0'
76+
release = '1.1'
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

license.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
License
2+
===========
3+
14
Copyright (c) 2017-2020 Maikel Mardjan and all persons identified as contributor.
25

36
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See http://creativecommons.org/licenses/by-sa/4.0/ for the full license text or here below:

nocxbanner.png

8.09 KB
Loading

0 commit comments

Comments
 (0)