Process patterns: Difference between revisions

Content deleted Content added
ce
insert citation to journal article; remove "no citations" template; add ref section; WP:FEB24
Line 1:
'''Process patterns''' can be defined as the set of activities, actions, work tasks or work products and similar related behaviour followed in a [[software development life cycle]].<ref>{{cite journal |last1=Tran |first1=Hanh |last2=Coulette |first2=Bernard |last3=Dong |first3=Bich Thuy |title=Modeling Process Patterns and Their Application |journal=International Conference on Software Engineering Advances |date=September 2007 |page=15 |doi=10.1109/ICSEA.2007.52 |url=https://ieeexplore.ieee.org/abstract/document/4299898 |access-date=February 20, 2024}}</ref>
{{unreferenced|date=March 2008}}
'''Process patterns''' can be defined as the set of activities, actions, work tasks or work products and similar related behaviour followed in a [[software development life cycle]].
 
Process patterns can be more easily understood by dividing it into terms: "Process", which means the steps followed to achieve a task and "patterns", which means the recurrence of same basic features during the lifecycle of a process. Thus in a more universal term process patterns are common or general solution for a complexity.
Line 17 ⟶ 16:
# Development which involves code generation and testing.
# Deployment includes the code deployment and testing in the production environment.
 
==References==
{{reflist}}
 
==External links==