diff --git a/raw.md.html b/raw.md.html index f116572..4b4097a 100644 --- a/raw.md.html +++ b/raw.md.html @@ -428,7 +428,7 @@

Abstract

-

This document describes the Programming Methodology Framework also known under the PMF methodology. The methodology is based on the manifesto written by Zed A. Shaw [PROGRAMMING-MF-MANIFESTO] which describes a natural approach to software engineering especially on the strong focus towards the act of programming. The PM methodology uses a soft naming to allow a non-partisan reference into official engineering or project documents to describe one of the most used software engineering methodology.

+

This document describes the Programming Methodology Framework also known under the PMF methodology. The methodology is based on the manifesto written by Zed A. Shaw [PROGRAMMING-MF-MANIFESTO] which describes a natural approach to software engineering with a strong focus on the act of programming. The PM methodology uses a soft naming to allow for a non-partisan reference to official engineering or project documents describing one of the most used software engineering methodologies.

Status of This Memo

@@ -464,25 +464,25 @@

In 2011, Zed A. Shaw published a blog post which describes:

I think I'm going to create the ultimate software development methodology. It'll be revolutionary compared to others because it will focus on the one thing that gets software done. Its entire focus will be this one, glorious, completely useful activity for writing software. It's name even embodies the perfection of this programming methodology.

The programming methodology was published as a manifesto later [PROGRAMMING-MF-MANIFESTO]. The manifesto clearly describes the focus on programming to avoid the surrounding management overhead and pivot towards the delivery of the software. The [THE-TAO-OF-PROGRAMMING] describes similar methodologies which strongly focus on coding, scripting and programming.

-

The overall concept of PMF methodology follows this iteration:

+

The overall concept of PMF methodology follows the following process:

-

This process is run in a while loop until the software is delivered.

+

Repeat the above process until the software is delivered.

1.1. Management and PMF methodology

-

A simple management process is required in addition to the PMF methodology. The management process is complementary to the PMF metholody and not interfering with the programming aspect. The management process is there to support the PMF methodology.

+

A simple management process is a required of the PMF methodology. The management process is meant to be complementary instead of interfering with the programming aspect and solely serves to support the PMF methodology.

diff --git a/raw.md.txt b/raw.md.txt index b1898f8..3351eaf 100644 --- a/raw.md.txt +++ b/raw.md.txt @@ -16,11 +16,11 @@ Abstract This document describes the Programming Methodology Framework also known under the PMF methodology. The methodology is based on the manifesto written by Zed A. Shaw [PROGRAMMING-MF-MANIFESTO] which - describes a natural approach to software engineering especially on - the strong focus towards the act of programming. The PM methodology - uses a soft naming to allow a non-partisan reference into official - engineering or project documents to describe one of the most used - software engineering methodology. + describes a natural approach to software engineering with a strong + focus on the act of programming. The PM methodology uses a soft + naming to allow for a non-partisan reference to official engineering + or project documents describing one of the most used software + engineering methodologies. Status of This Memo @@ -92,17 +92,17 @@ Table of Contents [THE-TAO-OF-PROGRAMMING] describes similar methodologies which strongly focus on coding, scripting and programming. - The overall concept of PMF methodology follows this iteration: + The overall concept of PMF methodology follows the following process: - o Write a list of things to be done and use an iterative programming - process. + o Compose a list of features to be implemented and use an iterative + programming process. - o Do some of the things with additional programming. + o Enhance said features using trial and error programming. - o Build testing and tests using programming. - - This process is run in a while loop until the software is delivered. + o Orchestrate your testing and integration processes using pragmatic + programming. + Repeat the above process until the software is delivered. @@ -116,16 +116,16 @@ Internet-Draft PMF - Programming Methodology Framework September 2017 1.1. Management and PMF methodology - A simple management process is required in addition to the PMF - methodology. The management process is complementary to the PMF - metholody and not interfering with the programming aspect. The - management process is there to support the PMF methodology. + A simple management process is a required of the PMF methodology. + The management process is meant to be complementary instead of + interfering with the programming aspect and solely serves to support + the PMF methodology. - o Review requirements of the users/customers by asking them. + o Collect requirements of the users/customers. - o Give the list of things to be done to the programmers. + o Provide programmers with the desired requirements. - o Review the delivered software to see if it matches the + o Review whether the software to be delivered matches the requirements. 1.2. Conventions and Terminology diff --git a/raw.md.xml b/raw.md.xml index 5ac0344..ba26920 100644 --- a/raw.md.xml +++ b/raw.md.xml @@ -50,8 +50,8 @@ This document describes the Programming Methodology Framework also known under the PMF methodology. The methodology is based on the manifesto written by Zed A. Shaw which -describes a natural approach to software engineering especially on the strong focus towards the act of programming. The PM methodology uses a soft naming to allow a non-partisan reference -into official engineering or project documents to describe one of the most used software engineering methodology. +describes a natural approach to software engineering with a strong focus on the act of programming. The PM methodology uses a soft naming to allow for a non-partisan reference +to official engineering or project documents describing one of the most used software engineering methodologies. @@ -67,28 +67,28 @@ into official engineering or project documents to describe one of the most used The programming methodology was published as a manifesto later . The manifesto clearly describes the focus on programming to avoid the surrounding management overhead and pivot towards the delivery of the software. The describes similar methodologies which strongly focus on coding, scripting and programming. -The overall concept of PMF methodology follows this iteration: +The overall concept of PMF methodology follows the following process: -Write a list of things to be done and use an iterative programming process. -Do some of the things with additional programming. -Build testing and tests using programming. +Compose a list of features to be implemented and use an iterative programming process. +Enhance said features using trial and error programming. +Orchestrate your testing and integration processes using pragmatic programming. -This process is run in a while loop until the software is delivered. +Repeat the above process until the software is delivered.
-A simple management process is required in addition to the PMF methodology. -The management process is complementary to the PMF metholody and not interfering with -the programming aspect. The management process is there to support the PMF methodology. +A simple management process is a required of the PMF methodology. +The management process is meant to be complementary instead of interfering with +the programming aspect and solely serves to support the PMF methodology. -Review requirements of the users/customers by asking them. -Give the list of things to be done to the programmers. -Review the delivered software to see if it matches the requirements. +Collect requirements of the users/customers. +Provide programmers with the desired requirements. +Review whether the software to be delivered matches the requirements.