-
Notifications
You must be signed in to change notification settings - Fork 5
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
Aufräumen bei "Modularisierungsmöglichkeiten". #40
Aufräumen bei "Modularisierungsmöglichkeiten". #40
Conversation
- Der Begriff ist undefiniert, ersetzen. - Die beiden Punkte haben z.T. die gleiche Termini. - "Module der Programmiersprache" ergänzt Aus isaqb-org#26.
* Die Teilnehmer sollen verschiedene technische Modularisierungsmöglichkeiten kennen: z. B. Dateien, JARs, OSGi Bundles, Prozesse, Microservices, SCS. | ||
* Die Teilnehmer sollen verschiedene technische Modularisierungsmöglichkeiten kennen: Sourcecode-Dateien, Bibliotheken, Frameworks, Plugins, Anwendungen, Prozesse, Microservices, Self-Contained Systems. | ||
* Die Teilnehmer sollen verschiedene technische Mechanismen kennen, um | ||
ein System zur Entwicklungszeit aufzuteilen: Sourcecode-Dateien, JARs, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ein System zur Entwicklungszeit aufzuteilen: Sourcecode-Dateien, JARs, | |
ein System in Sourcecode-Module zu strukturieren und aufzuteilen: Sourcecode-Dateien, JARs, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das wäre ungünstig, weil der Begriff "Modul" hochgradig überladen ist und z.B. im Java-Umfeld etwas anderes bedeutet als "JAR"
ein System zur Entwicklungszeit aufzuteilen: Sourcecode-Dateien, JARs, | ||
OSGi-Bundles, Module der Programmiersprache. | ||
* Die Teilnehmer sollen verschiedene Möglichkeiten kennen, ein System | ||
zur Laufzeit aufzuteilen: Prozesse, Microservices, Self-Contained |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zur Laufzeit aufzuteilen: Prozesse, Microservices, Self-Contained | |
in zur Laufzeit getrennte Module aufzuteilen: Prozesse, Microservices, Self-Contained |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dito.
Danke, Mike |
Follow-up to PR isaqb-org#40.
English translation for PR #40
Aus #26.