Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process typo and grammatical changes #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified VisioDiagram/Architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,751 changes: 1,377 additions & 1,374 deletions VisioDiagram/Architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VisioDiagram/Architecture.vsdx
Binary file not shown.
Binary file modified VisioDiagram/EvaluateArchitecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
296 changes: 148 additions & 148 deletions VisioDiagram/EvaluateArchitecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified VisioDiagram/MaintainImplementation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
387 changes: 194 additions & 193 deletions VisioDiagram/MaintainImplementation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion VisioDiagram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ arc42-process-diagram
==========================

This diagram is being developed using visio. ( I know ;) ) I've choosen it because the svg exporter works pretty well.
Using DOM-Manipulation with php, i am able to add generated links to sub sites. Each element has an subpage that is located in the arc42 subfolder.
Using DOM-Manipulation with php, i am able to add generated links to sub sites. Each element has a subpage that is located in the arc42 subfolder.

http://www.kreissl.info/Architecture

Expand Down
Binary file modified VisioDiagram/Requirements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
480 changes: 241 additions & 239 deletions VisioDiagram/Requirements.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/Alternatives.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Critical architectural decisions should be supported by alternatives that had been discussed or evaluated.
Critical architectural decisions should be supported by alternatives that have been discussed or evaluated.
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/ArchitecturalDecisions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Every architectural decisions must be documented in an understandable and logical way.
This decisions can belong to technical decisions like chosen frameworks or other dependencies, but always relating to the customers or stakeholders point of view.
These decisions can become part of technical decisions like chosen frameworks or other dependencies, but always relating to the customers or stakeholders point of view.
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/ArchitectureGoals.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The list of architecture goals describes all quality criteria and other non functional goals of the architecture.
The list of architecture goals describes all quality criteria and other non-functional goals of the architecture.
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/Bottom-Up.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bottom-Up means starting with details going to the abstractions. Most implementations are done using bottom-up strategies. Planing and modelling are mostly done top-down!
Bottom-Up means starting with details and moving toward abstractions. Most implementations are done using bottom-up strategies. Planning and modelling are mostly done top-down!
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/BuildingBlockView.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is also known as component view and describes a part of the model as a white box including other blackboxes. It is a structural diagram that shows a specific view to the system.
This is also known as a component view and describes a part of the model as a white box that may include other blackboxes. It is a structural diagram that shows a specific view to the system.
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/BusinessRules.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Most enterprise software systems include logic in form of business rules. Those rules can be described in many ways. There can be static XML files, in-line hard-coded rules or complex rule engines that are configurable at runtime and work dynamically.
Most enterprise software systems include logic in the form of business rules. Those rules can be described in many ways. There can be static XML files, in-line hard-coded rules, or complex rule engines that are configurable at runtime and work dynamically.
Expand Down
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/CodeMetrics.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Code metrics measures a specific property of a part of a software or its specifications. Examples for metrics are LoC (Lines Of Code), Cohesion, Number Of Bugs, Coupling
Code metrics measure a specific properties of software or its specifications. Examples for metrics are LoC (Lines Of Code), Cohesion, Number Of Bugs, Coupling
or Cyclomatic complexity.
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/Concepts.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Technical concepts can be evaluated using proof of concepts. Keep in mind that it is better to decide as late as possible to minimize the risc of wrong decisions. This is called
Technical concepts can be evaluated using a Proof-of-Concept (PoC) approach. Keep in mind that it is better to decide as late as possible to minimize the risk of wrong decisions. This is called
"last responsible moment" or just LRM.
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/TechnicalConcepts.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
To fulfil the requirements the software solution may need technical concepts and frameworks.
To fulfill the requirements the software solution may need technical concepts and frameworks.
Use tested and well known patterns and concepts that match specific parts of your solution.
2 changes: 1 addition & 1 deletion VisioDiagram/arc42/choose.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
You will have to make desicsions about tools and frameworks. In difficult cases it should be documented as architectural decision including the reasons the made the decision!
You will have to make desicsions about tools and frameworks. In difficult cases it should be documented as an architectural decision including the reasoning behind the decision!