From 6ca620d6228f97ab46058f306bdbe722d59c10c6 Mon Sep 17 00:00:00 2001 From: awggeez <118361120+awggeez@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:30:09 +0300 Subject: [PATCH 1/5] qte --- 04-halstead-complexity/04-halstead-complexity.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/04-halstead-complexity/04-halstead-complexity.tex b/04-halstead-complexity/04-halstead-complexity.tex index e4c8bfa..80de583 100644 --- a/04-halstead-complexity/04-halstead-complexity.tex +++ b/04-halstead-complexity/04-halstead-complexity.tex @@ -92,9 +92,11 @@ \end{itemize} } -\pitch{ -\pptQuote{bill-curtis.jpg}{In studying some error data provided us by Rome Air Development Center, Phil Milliman and I found Halstead's metric a remarkably accurate predictor of delivered bugs in a system developed with modern programming practices and tools}{\textit{Program Complexity and Software Errors: \newline A Front End for Reliability}, \newline Bill Curtis (father of SEI CMM), 1979} -} +\qte + [Bill Curtis] + {{bill-curtis.jpg} + {In studying some error data provided us by Rome Air Development Center, Phil Milliman and I found Halstead's metric a remarkably accurate predictor of delivered bugs in a system developed with modern programming practices and tools} + {curtis1979} \pitch{Halstead Complexity is supported by a few tools: \begin{itemize} From e90ec3b1193cac37fa3ff2886b1eede15bee4c2f Mon Sep 17 00:00:00 2001 From: awggeez <118361120+awggeez@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:34:22 +0300 Subject: [PATCH 2/5] move more --- main.bib | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/main.bib b/main.bib index 3e19ea0..d56fa35 100644 --- a/main.bib +++ b/main.bib @@ -1148,4 +1148,10 @@ @article{bieman1995cohesion pages={259--262}, year={1995}, publisher={ACM New York, NY, USA} -} \ No newline at end of file +} + +@article{curtis1979, + author = {Curtis, Bill}, + title = {Program Complexity and Software Errors: A Front End for Reliability}, + year = {1979} +} From 645483a1abf225e7e939f30ee1b33e5b61141790 Mon Sep 17 00:00:00 2001 From: awggeez <118361120+awggeez@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:53:56 +0300 Subject: [PATCH 3/5] qte --- 04-halstead-complexity/04-halstead-complexity.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-halstead-complexity/04-halstead-complexity.tex b/04-halstead-complexity/04-halstead-complexity.tex index 80de583..a214b45 100644 --- a/04-halstead-complexity/04-halstead-complexity.tex +++ b/04-halstead-complexity/04-halstead-complexity.tex @@ -94,7 +94,7 @@ \qte [Bill Curtis] - {{bill-curtis.jpg} + {bill-curtis.jpg} {In studying some error data provided us by Rome Air Development Center, Phil Milliman and I found Halstead's metric a remarkably accurate predictor of delivered bugs in a system developed with modern programming practices and tools} {curtis1979} From 0f1cdb7e404e8fb5d275507c019067dc50dedb45 Mon Sep 17 00:00:00 2001 From: awggeez <118361120+awggeez@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:42:50 +0300 Subject: [PATCH 4/5] move more --- main.bib | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.bib b/main.bib index d56fa35..c9d841c 100644 --- a/main.bib +++ b/main.bib @@ -1150,8 +1150,10 @@ @article{bieman1995cohesion publisher={ACM New York, NY, USA} } -@article{curtis1979, +@inproceedings{curtis1979, + title = {{Program Complexity and Software Errors: A Front End for Reliability}}, author = {Curtis, Bill}, - title = {Program Complexity and Software Errors: A Front End for Reliability}, + booktitle={Proceedings from the Fourth Summer Software Engineering Workshop}, + pages={217--238}, year = {1979} } From 9f0b434eb595a510111356be6c0f50770ac80c0e Mon Sep 17 00:00:00 2001 From: awggeez <118361120+awggeez@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:45:11 +0300 Subject: [PATCH 5/5] move more --- main.bib | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.bib b/main.bib index c9d841c..77a9b64 100644 --- a/main.bib +++ b/main.bib @@ -1151,9 +1151,9 @@ @article{bieman1995cohesion } @inproceedings{curtis1979, - title = {{Program Complexity and Software Errors: A Front End for Reliability}}, - author = {Curtis, Bill}, + title={{Program Complexity and Software Errors: A Front End for Reliability}}, + author={Curtis, Bill}, booktitle={Proceedings from the Fourth Summer Software Engineering Workshop}, pages={217--238}, - year = {1979} + year={1979} }