Meeting Charleston
Today, I attended the Alumni Symposium. During freshman year, one of my classes had encouraged attendance to the (then in-person) symposium, but I was unable...
Proper documentation for both internal and external users of a software application is crucial to its sustained success after deployment. This week, we read Chapter 8 of our assigned textbook (“Client-centered Software Development”) and Chapters 8 and 9 of the “Teaching Open Source” book. These covered how good documentation complements the practice of frequent, early deployment in software development.
One important distinction that these readings make is between user documentation and developer documentation. I actually hadn’t really made this distinction in my mind before reading! Documentation is documentation, right? These readings devote equal importance to both types but focus more on best practices for user documentation.
In terms of developer documentation, it’s crucial to ensure that developers can understand the most recent changes to the code with each deployment. This will allow them to successfully work with the code, making progress on the project via future changes. Another important impact of good developer documentation is that it allows new developers who join later in the software’s lifecycle to gain a working understanding of the existing systems they will alter. Developer documentation can take the form of code comments or other documents.
Likewise, the user must know how to complete the basic functions of the application as their steps (may) change with each deployment. As users of applications, we expect access to a “help” section with good documentation when we run into issues. Creating this user documentation is no small undertaking, especially because it’s dynamic. As the application changes frequently, the user documentation will need to keep up the pace.
The chapter “Preparing to Deploy” from our textbook outlined the importance of writing for the audience of your application. Sometimes this audience will be specific enough that you can cater to them in your writing. However, I learned through reading that it’s important to assume a broader, more diverse audience when creating user documentation. You should assume that people with English as a second language will read it. Taking this into account could range from sticking to simplified English (1,000 words, each with just one meaning) to having your writing translated to numerous languages.
The audience of a software application is diverse in more ways than nationality. Some users will prefer text while others will prefer pictures - include both. Some users won’t understand metaphors or humor - be literal. Some users can’t consume large amounts of text at once - keep it to a minimum. The reading outlines a list of additional tips that improve readability for everyone including being concise, precise, and direct.
Dr. Bowring mentioned the possibility of writing or improving documentation as one of our contributions for the semester project (Zulip). An opportunity recently arose for me to do this. I submitted a pull request that failed due to a test conflicting with my new code. The head of the project suggested that I rewrite the test case to accommodate my code. Of course, this change would need to be well documented. Having learned about how to write documentation that will best serve the internal and external users of an application, I feel well-equipped to work on this!
Today, I attended the Alumni Symposium. During freshman year, one of my classes had encouraged attendance to the (then in-person) symposium, but I was unable...
The journey does not end after a software project has gone live. This week’s reading was “Continuing the Journey” - Chapter 9 of Client-Centered Software Dev...
“Databases reside at the heart of most software applications” (SD Chapter 6, pg 168). This week’s readings cover Chapter 6 of our textbook, Client-Centered S...
This week’s reading (Chapter 5 of Client-Centered Software Development) covers domain classes and unit/system testing. According to the text, “domain classes...
Proper documentation for both internal and external users of a software application is crucial to its sustained success after deployment. This week, we read ...
This week, we read “From STUPID to Solid Code!” by William Durand. This article is packed with high-level do’s and dont’s of programming. The “dont’s” are co...
This week, our class chose and reflected on articles from Software, Computer, or CoACM magazines. While perusing software magazines (finding good ones was an...
6.4. Exercise - Find the Oldest Bug Find the oldest bug that’s still open in your chosen project. Write a blog entry describing the problem, with a theory ab...
This week, our assignment was to explore http://opensource.com/, reading at least two medium-length articles from the site and blogging about what we learned...
This class, CSCI 462, is centered around contributing to an open-source software project through bug fixes, documentation fixes, and other improvements. Befo...
Hi everyone! My name is Janneke (pronounced ‘Yah-Nuh-Kuh’) Morin.
24.6 Explain why program inspections are an effective technique for discovering errors in a program. What types of error are unlikely to be discovered throug...
I feel like our team made great progress on the most recent deliverable (deliverable 4)! We met via Zoom more often than we did between any other two variabl...
23.6 Figure 23.14 shows the task durations for software project activities. Assume that a serious, unanticipated setback occurs, and instead of taking 10 day...
21.4 Explain why an object-oriented approach to software development may not be suitable for real-time systems.
This is my first reflection on our team’s testing project. I think this will be a helpful exercise as we move into the final stages of building our testing f...
20.10 You work for a software company that has developed a system that provides information about consumers and that is used within a SoS by a number of othe...
19.3 Why is it impossible to infer the emergent properties of a complex system from the properties of the system components? In the words of Ian Sommerville,...
18.4 Define an interface specification for the Currency Converter and Check Credit Ratings services shown in Figure 18.7.
17.10 Your company wishes to move from using desktop applications to accessing the same functionality remotely as services. Identify three risks that might a...
16.9 Design the interfaces of components that might be used in a system for an emergency control room. You should design interfaces for a call-logging compon...
9.8 Briefly describe the three main types of software maintenance. Why is it sometimes difficult to distinguish between them? Fault repairs to fix bugs and v...
15.10 The reuse of software raises a number of copyright and intellectual property issues. If a customer pays the software contractor to develop a system, wh...
8.7: Write a scenario that could be used to help design tests for the wilderness weather station system. Context: According to Chapter 7, Design and Implemen...
Mythical Man-Month - Does adding more labor to a project linearly reduce the time to completion? Or does it do the opposite, particularly to an already late ...
5.3: You have been asked to develop a system that will help with planning large-scale events and parties such as weddings, graduation celebrations, and birth...
2.1 Suggest the most appropriate generic software process model that might be used as a basis for managing the development of the following systems. Explain ...
4.5: Using the technique suggested here, where natural language descriptions are presented in a standard format, write plausible user requirements for the fo...
Our readings this week began with a focus on several software engineering failures which resulted in devastating incidents such as plane crashes (Space Craft...
11.4: What is the common characteristic of all architectural styles that are geared to supporting software fault tolerance? Architectural styles geared to su...
The Complexity of Software and Its Evolution Software is, by definition, complex. Frederick P. Brooks, in his article “Essence and Accidents of Software Engi...
1.3: What are the four important attributes that all professional software should possess? Suggest four other attributes that may sometimes be significant.
Hi everyone! My name is Janneke (pronounced ‘Yah-Nuh-Kuh’) Morin.