Skip to content

Commit c2c3b25

Browse files
committed
added one more reference
1 parent 090c72e commit c2c3b25

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

bibliography/bibliography.bib

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ @string { a_bachmann_paul_gustav_heinrich
3636
@string { a_back_ralph_johan = "Ralph{\nobreakdashes-}Johan Back" }
3737
@string { a_bai_junjie = "Junjie Bai" }
3838
@string { a_barham_paul = "Paul Barham" }
39+
@string { a_barr_earl_t = "Earl T.\ Barr" }
3940
@string { a_barret_daniel_j = "Daniel J.\ Barrett" }
4041
@string { a_baumgartner_gary = "Gary Baumgartner" }
4142
@string { a_beazley_david_m = "David M.\ Beazley" }
@@ -49,6 +50,7 @@ @string { a_berion_robin
4950
@string { a_beuke_fabian = "Fabian Beuke" }
5051
@string { a_beygelzimer_alina = "Alina Beygelzimer" }
5152
@string { a_bezerra_carla_i_m = "Carla I.\ M.\ Bezerra" }
53+
@string { a_bird_christian = "Christian Bird" }
5254
@string { a_blin_kai = "Kai Blin" }
5355
@string { a_bloch_joshua = "Joshua Bloch" }
5456
@string { a_blondel_mathieu = "Mathieu Blondel" }
@@ -263,6 +265,7 @@ @string { a_mcintosh_shane
263265
@string { a_mdn_contributors = "{{MDN}~Contributors}" }
264266
@string { a_mejia_alvarez_pedro = "Pedro {Mejia Alvarez}" }
265267
@string { a_mendoza_mark = "Mark Mendoza" }
268+
@string { a_meyer_andre_n = "Andr{\'e} N.\ Meyer" }
266269
@string { a_meyer_carl = "Carl Meyer" }
267270
@string { a_michel_vincent = "Vincent Michel" }
268271
@string { a_mikkonen_tommi = "Tommi Mikkonen" }
@@ -448,6 +451,7 @@ @string { a_yu_yuan
448451
@string { a_zarrelli_giorgio = "Giorgio Zarrelli" }
449452
@string { a_zheng_xiaoqiang = "Xiaoqiang Zheng" }
450453
@string { a_zijlstra_jelle = "Jelle Zijlstra" }
454+
@string { a_zimmermann_thomas = "Thomas Zimmermann" }
451455
@string { a_zinoviev_dimitry = "Dmitry Zinoviev" }
452456

453457

@@ -815,12 +819,19 @@ @xdata{j_ijnc
815819
}
816820

817821
@xdata{j_ijoc,
818-
journal = {{INFORMS} Journal on Computing},
822+
journal = {{INFORMS}~Journal on Computing},
819823
issn = {1091-9856},
820824
publisher = p_informs,
821825
address = pa_informs
822826
}
823827

828+
@xdata{j_ijose,
829+
title = {{IEEE}~Transactions on Software Engineering},
830+
publisher = p_ieee_computer_society,
831+
address = pa_ieee_computer_society,
832+
issn = {0098-5589},
833+
}
834+
824835
@xdata{j_is,
825836
title = {{IEEE}~Software},
826837
publisher = p_ieee,
@@ -2176,6 +2187,19 @@ @book{MAGTOC2024EHFAP
21762187
date = {2024-02},
21772188
}
21782189

2190+
@article{MBBZ2021TWAGDTDLOSD,
2191+
author = a_meyer_andre_n # and # a_barr_earl_t # and # a_bird_christian # and # a_zimmermann_thomas,
2192+
title = {Today Was a Good Day:~The Daily Life of Software Developers},
2193+
xdata = {j_ijose},
2194+
volume = {47},
2195+
number = {5},
2196+
pages = {863--880},
2197+
date = {2021-05},
2198+
doi = {10.1109/TSE.2019.2904957},
2199+
url = {https://www.microsoft.com/en-us/research/uploads/prod/2019/04/devtime-preprint-TSE19.pdf},
2200+
urldate = {2024-12-31},
2201+
}
2202+
21792203
@book{MS2024MW,
21802204
title = {Microsoft Word},
21812205
date = {2024},

text/main/introduction/programming/programming.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
All of these things need to be considered when we learn how to program.
8282
Because you do not just \inQuotes{program,} you develop software.
8383
Indeed, a good share of programmers usually spend only about 50\%~of their time with programming~\cite{T2019MOSWBFDHOT2TMOSS,AS2019DS2OSRP}.
84+
Other studies even arrive at less than 20\%~of the working time spent with coding, maybe with another 15\%~of bug fixing~\cite{MAGTOC2024EHFAP}.
8485
Of course, we cannot cover all other topics related to software engineering in a programming course.
8586

8687
However, in typical courses, such aspects are ignored entirely.

0 commit comments

Comments
 (0)