• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisionb8fad4e4d184005ad3f754d2e9a071b67854a68d (tree)
l'heure2020-03-24 18:57:01
AuteurAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Message de Log

PubSub: small updates (questionnaire, toctree)

Change Summary

Modification

diff -r 89f30a843b85 -r b8fad4e4d184 SoftwareCompetence/DesignWorkShops/PubSub/concept/Use.rst
--- a/SoftwareCompetence/DesignWorkShops/PubSub/concept/Use.rst Tue Mar 24 10:55:55 2020 +0100
+++ b/SoftwareCompetence/DesignWorkShops/PubSub/concept/Use.rst Tue Mar 24 10:57:01 2020 +0100
@@ -79,7 +79,7 @@
7979 implementation of ``Topic``. Then, the runtime of ``t.publish()`` can controlled; even become *RealTime*.
8080
8181 Questionnaire
82--------------
82+=============
8383
8484 #. Why can the runtime of ``t.publish`` be unbound?
8585 |BR|
diff -r 89f30a843b85 -r b8fad4e4d184 SoftwareCompetence/DesignWorkShops/PubSub/concept/advantages.rst
--- a/SoftwareCompetence/DesignWorkShops/PubSub/concept/advantages.rst Tue Mar 24 10:55:55 2020 +0100
+++ b/SoftwareCompetence/DesignWorkShops/PubSub/concept/advantages.rst Tue Mar 24 10:57:01 2020 +0100
@@ -48,4 +48,10 @@
4848 write that sensor-routine! Your current module only has use :meth:`pubsub.Topic.publish`, and that future module can
4949 get that data using :meth:`pubsub.Topic.subscribe`; easy!
5050
51+Questionnaire
52+-------------
5153
54+We have shortly introduced two advantages, now you have to *think*
55+
56+#. Are there **disadvantages** to this *design-pattern*?
57+#. Can you mention some other **advantages**?
diff -r 89f30a843b85 -r b8fad4e4d184 SoftwareCompetence/DesignWorkShops/PubSub/concept/index.rst
--- a/SoftwareCompetence/DesignWorkShops/PubSub/concept/index.rst Tue Mar 24 10:55:55 2020 +0100
+++ b/SoftwareCompetence/DesignWorkShops/PubSub/concept/index.rst Tue Mar 24 10:57:01 2020 +0100
@@ -19,6 +19,7 @@
1919 .. uml:: PubSub-newspaper.puml
2020
2121 .. toctree::
22+ :maxdepth: 2
2223
2324 advantages
2425 Use