Agile modeling: Difference between revisions

Content deleted Content added
Alyaamuhi (talk | contribs)
No edit summary
Alyaamuhi (talk | contribs)
No edit summary
Line 7:
There are several core practices:
 
===Documentationالتوثيق===
#الوثيقة بشكل مستمر. يتم التوثيق طوال دورة الحياة ، بالتوازي مع إنشاء بقية الحل.
# Document continuously. Documentation is made throughout the life-cycle, in parallel to the creation of the rest of the solution.
# وثيقة في وقت متأخر. يتم التوثيق في أقرب وقت ممكن ، وتجنب الأفكار المضاربة التي من المرجح أن تتغير لصالح معلومات مستقرة.
# Document late. Documentation is made as late as possible, avoiding speculative ideas that are likely to change in favor of stable information.
# المواصفات القابلة للتنفيذ. يتم تحديد المتطلبات في شكل "اختبارات العملاء" القابلة للتنفيذ ، بدلاً من الوثائق "الثابتة" غير القابلة للتنفيذ.
# Executable specifications. Requirements are specified in the form of executable "customer tests", instead of non-executable "static" documentation.
# معلومات أحادية المصدر. يتم تخزين المعلومات (النماذج والوثائق والبرامج) في مكان واحد ومكان واحد فقط ، وذلك لمنع الأسئلة حول ما هي المعلومات / الإصدار "الصحيح".
# Single-source information. Information (models, documentation, software), is stored in one place and one place only, to prevent questions about what the "correct" version / information is.
===Modeling===
# Active stakeholder participation. Stakeholders of the solution/software being modelled should be actively involved with doing so. This is an extension of the on-site customer practice from [[Extreme Programming]].