pmf/raw.md.xml

167 lines
5.9 KiB
XML
Raw Normal View History

2017-09-27 07:52:58 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd' []>
<rfc ipr="trust200902" category="info" docName="draft-dulaunoy-programming-methodology-framework">
<?rfc toc="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc private=""?>
<?rfc topblock="yes"?>
<?rfc comments="no"?>
<front>
<title abbrev="PMF - Programming Methodology Framework">Programming Methodology Framework aka PMF</title>
<author initials="A." surname="Dulaunoy" fullname="Alexandre Dulaunoy">
<organization abbrev="CIRCL">Computer Incident Response Center Luxembourg</organization>
<address>
<postal>
<street>16, bd d'Avranches</street>
<city>Luxembourg</city>
2017-10-15 09:13:58 +00:00
<code>L-1160</code>
2017-09-27 07:52:58 +00:00
<country>Luxembourg</country>
<region></region>
</postal>
<phone>+352 247 88444</phone>
<email>alexandre.dulaunoy@circl.lu</email>
<uri></uri>
</address>
</author>
<author initials="A." surname="Iklody" fullname="Andras Iklody">
<organization abbrev="CIRCL">Computer Incident Response Center Luxembourg</organization>
<address>
<postal>
2017-10-15 09:13:58 +00:00
<street>16, bd d'Avranches</street>
2017-09-27 07:52:58 +00:00
<city>Luxembourg</city>
2017-10-15 09:13:58 +00:00
<code>L-1160</code>
2017-09-27 07:52:58 +00:00
<country>Luxembourg</country>
<region></region>
</postal>
<phone>+352 247 88444</phone>
<email>andras.iklody@circl.lu</email>
<uri></uri>
</address>
</author>
<date year="2019" month="April" day="11"/>
2017-09-27 07:52:58 +00:00
2017-10-15 09:40:51 +00:00
<area>Internet</area>
2017-09-27 07:52:58 +00:00
<workgroup></workgroup>
2017-10-15 09:40:51 +00:00
<keyword>software engineering</keyword>
<keyword>engineering</keyword>
<keyword>pmf</keyword>
<keyword>programming</keyword>
2017-09-27 07:52:58 +00:00
<abstract>
<t>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 <xref target="PROGRAMMING-MF-MANIFESTO"/> which
describes a natural approach to software engineering with a strong focus on the act of programming. The PMF methodology uses a soft naming to allow for a non-partisan reference
2017-09-27 14:04:21 +00:00
to official engineering or project documents describing one of the most used software engineering methodologies.
2017-09-27 07:52:58 +00:00
</t>
</abstract>
</front>
<middle>
<section anchor="introduction" title="Introduction">
<t>In 2011, Zed A. Shaw published a blog post which describes:
</t>
<t>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.
</t>
<t>The PMF methodology was published as a manifesto later <xref target="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 <xref target="THE-TAO-OF-PROGRAMMING"/> describes similar methodologies which strongly focus on coding, scripting and programming.
2017-09-27 07:52:58 +00:00
</t>
2017-09-27 14:04:21 +00:00
<t>The overall concept of PMF methodology follows the following process:
2017-09-27 07:52:58 +00:00
</t>
<t>
<list style="symbols">
2017-09-27 14:04:21 +00:00
<t>Compose a list of features to be implemented and use an iterative programming process.</t>
<t>Enhance said features using trial and error programming.</t>
<t>Orchestrate your testing and integration processes using pragmatic programming.</t>
2017-09-27 07:52:58 +00:00
</list>
</t>
2017-09-27 14:04:21 +00:00
<t>Repeat the above process until the software is delivered.
2017-09-27 07:52:58 +00:00
</t>
2017-10-15 09:13:58 +00:00
<t>A simplified overview of the process can be described as follow:
</t>
<figure align="center"><artwork align="center" type="ascii-art">
+----------+
| |
| idea &lt;------+
| | |
+----+-----+ |
| |
| |
+----v-----+ |
| | | it doesn't work
| code | |
| | |
+----+-----+ |
| |
| |
+----v-----+ |
| | |
| release +------+
| |
+----------+
</artwork></figure>
2017-09-27 07:52:58 +00:00
<section anchor="management-and-pmf-methodology" title="Management and PMF methodology">
<t>A simple management process is a requirement of the PMF methodology.
2017-09-27 14:04:21 +00:00
The management process is meant to be complementary instead of interfering with
the programming aspect and solely serves to support the PMF methodology.
2017-09-27 07:52:58 +00:00
</t>
<t>
<list style="symbols">
2017-09-27 14:04:21 +00:00
<t>Collect requirements of the users/customers.</t>
<t>Provide programmers with the desired requirements.</t>
<t>Review whether the software to be delivered matches the requirements.</t>
2017-09-27 07:52:58 +00:00
</list>
</t>
</section>
<section anchor="conventions-and-terminology" title="Conventions and Terminology">
<t>The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;,
&quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quot; in this
document are to be interpreted as described in RFC 2119 <xref target="RFC2119"/>.
</t>
</section>
</section>
<section anchor="security-considerations" title="Security Considerations">
<t>Secure and defensive programming can only come by practicing programming and this also
includes the act of simplifying or removing code to reduce the attack surface.
</t>
</section>
<section anchor="acknowledgements" title="Acknowledgements">
<t>The authors wish to thank all the programmers who program.
</t>
</section>
</middle>
<back>
<references title="Normative References">
<?rfc include="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"?>
</references>
<references title="Informative References">
<reference anchor='PROGRAMMING-MF-MANIFESTO' target='http://programming-motherfucker.com'>
<front>
<title>Programming Motherfucker, do you speak it?</title>
<author initials='' surname='Shaw' fullname='Zed A. Shaw'></author>
<date></date>
</front>
</reference>
<reference anchor='THE-TAO-OF-PROGRAMMING' target='http://www.mit.edu/~xela/tao.html'>
<front>
<title>The Tao of Programming</title>
<author initials='' surname='James' fullname='Geoffrey James'></author>
<date></date>
</front>
</reference>
</references>
</back>
</rfc>