<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quarter-2 &#8211; CS@Worcester</title>
	<atom:link href="https://cs.worcester.edu/tag/quarter-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://cs.worcester.edu</link>
	<description>Worcester State University Computer Science Department</description>
	<lastBuildDate>Sat, 25 Oct 2025 02:12:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">236835116</site>	<item>
		<title>More Information on Agile and Scrum</title>
		<link>https://zachagoddard-xgjro.wordpress.com/2025/10/24/more-information-on-agile-and-scrum/</link>
		
		<dc:creator><![CDATA[Zach Goddard]]></dc:creator>
		<pubDate>Sat, 25 Oct 2025 02:12:45 +0000</pubDate>
				<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Quarter-2]]></category>
		<guid isPermaLink="false">http://zachagoddard-xgjro.wordpress.com/?p=29</guid>

					<description><![CDATA[I decided to write this self-directed blog entry on an article I found regarding information and differences between Agile and Scrum, two topics we have recently been covering in class. I sought to learn more about these two topics, as I was not entirely confident in my understanding of them. I unfortunately was absent due […]]]></description>
										<content:encoded><![CDATA[<p>I decided to write this self-directed blog entry on an article I found regarding information and differences between Agile and Scrum, two topics we have recently been covering in class. I sought to learn more about these two topics, as I was not entirely confident in my understanding of them. I unfortunately was absent due to an illness on the day we covered the Agile methodology in class, so in order to get a better understanding on the topic, I went through the activity and learned more about it on my own time. This article summarizes what Agile and Scrum are, their differences, the core Agile values and principles, the basics of Scrum, and when and how they should be utilized. This was quite a thorough read and was very informative to reinforce what I had learned from the class. One thing that I did not immediately connect from class was that Scrum was based on the Agile philosophies. As best said in the article, Agile is the guiding principles to shape how you work, Scrum gives a structured playbook to follow.</p>
<p>Though I do not plan to go into software development as a career path, I think this is still a beneficial way to learn quality teamwork and collaboration. Regardless of concentration or field of study, computer science and information systems related disciplines require efficient teamwork and collaboration. Working professionally in the field for four years now, there has never been a project or major task that involved no one besides myself. I always had to work with different teams to accomplish the final goal that was needed. Learning this framework could be very beneficial for me moving forward so I can apply it to my future professional projects. Having better tools almost always leads to a better job done, and I always strive to improve and better myself as a technology professional.</p>
<p>One discovery made from this article is that there are other common implementations of Agile outside of Scrum. One of these, I recognized from my professional experience, as my current organization requires all full-time staff to participate in Lean training. I was not aware that Lean training, which according to the article, “aims to eliminate waste and maximize customer value by focusing on efficiency and continuous improvement,” was an extension of the Agile methodology. This is critical, especially in the healthcare environment that I work in. It is an everchanging field and an environment that can change drastically within a matter of seconds. Though I am not a full-time employee and have yet to participate in that training, I will participate in it once I resume full-time work permanently at the end of December 2025.</p>
<p>ZG</p>
<p>The link to the blog post: <a href="https://monday.com/blog/rnd/agile-vs-scrum/">https://monday.com/blog/rnd/agile-vs-scrum/</a></p>
<div class="taxonomy-post_tag wp-block-post-terms"><a href="https://zachagoddard-xgjro.wordpress.com/tag/cs-348/" rel="tag">CS-348</a><span class="wp-block-post-terms__separator">, </span><a href="https://zachagoddard-xgjro.wordpress.com/tag/csworcester/" rel="tag">CS@Worcester</a><span class="wp-block-post-terms__separator">, </span><a href="https://zachagoddard-xgjro.wordpress.com/tag/quarter-2/" rel="tag">Quarter-2</a></div></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://zachagoddard-xgjro.wordpress.com">CS@Worcester – zach goddard</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Zach Goddard">Zach Goddard</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://0.gravatar.com/avatar/93eb933053a1586cbd7e810fe9c9dc4dd0f16486bd6552f9a2c28d4f431bd2da?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">42847</post-id>	</item>
		<item>
		<title>Principle of Least Knowledge (AKA Law of Demeter)</title>
		<link>https://petraqmele.wordpress.com/2025/10/23/principle-of-least-knowledge-aka-law-of-demeter/</link>
		
		<dc:creator><![CDATA[Petraq Mele]]></dc:creator>
		<pubDate>Thu, 23 Oct 2025 22:05:43 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Quarter-2]]></category>
		<guid isPermaLink="false">http://petraqmele.wordpress.com/?p=163</guid>

					<description><![CDATA[Hello everyone, today I will be talking about the Principle of Least Knowledge (AKA Law of Demeter). When first looking into this topic I was unsure of exactly what this was and how it would be applied to programming. When doing my research I found the Khouri College of Computer Sciences at North Eastern University […]]]></description>
										<content:encoded><![CDATA[<p>Hello everyone, today I will be talking about the Principle of Least Knowledge (AKA Law of Demeter). When first looking into this topic I was unsure of exactly what this was and how it would be applied to programming. When doing my research I found the Khouri College of Computer Sciences at North Eastern University had a page dedicated to this topic, where this law was first introduced.</p>
<h2 class="wp-block-heading">General Formulation</h2>
<figure class="wp-block-image aligncenter size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="625" height="320" data-attachment-id="169" data-permalink="https://petraqmele.wordpress.com/2025/10/23/principle-of-least-knowledge-aka-law-of-demeter/image-26/" data-orig-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png" data-orig-size="800,410" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png?w=300" data-large-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png?w=800" src="https://i0.wp.com/petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png?resize=625%2C320&#038;ssl=1" alt="" class="wp-image-169" srcset="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png 800w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png?w=150 150w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png?w=300 300w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png?w=768 768w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption class="wp-element-caption">Illustration of the Law of Demeter, highlighting the principle of limiting interactions between objects.</figcaption></figure>
<p>The LoD is essentially a simple style rule for designing object oriented systems.</p>
<p><strong>&#8220;Only talk to your immediate friends&#8221; is the motto. </strong></p>
<p>Professor Leiberherr, the author, states a formulation of &#8220;<strong><strong>Each unit should have only limited knowledge about other units: only units &#8220;closely&#8221; related to the current unit.</strong>&#8221; </strong>Its main motivation is to control information overload thus helping memory management as each item is closely related.</p>
<p>You can informally summarize the Law with these three formulations:</p>
<ul class="wp-block-list">
<li>Each method can only send messages to a limited set of objects, namely to the argument objects and to the immediate subparts of the class to which the method is attached.</li>
<li>Each method is &#8220;dependent&#8221; on a limited set of objects (organize dependencies)</li>
<li>Each method &#8220;collaborates&#8221; with a limited set of objects (organize collaborations)</li>
</ul>
<p>To formulate the Law we can choose from the following independent possibilities:</p>
<ul class="wp-block-list">
<li>Object/Class
<ul class="wp-block-list">
<li>Class formulation is intended to be compile-time</li>
<li>Object formulation is intended to be followed conceptually</li>
</ul>
</li>
<li>Messages/Generic functions/Methods</li>
<li>Weak/Strong
<ul class="wp-block-list">
<li>If we interpret it as all instance variables, including the inherited ones, we get the weak form of the Law. If we exclude the inherited instance variables, we get the strong form of the Law.</li>
</ul>
</li>
</ul>
<h2 class="wp-block-heading">Benefits</h2>
<p>In a paper written by Leiberherr, there are a couple facts stated for the benefits:</p>
<ul class="wp-block-list">
<li>If the weak or strong LoD is followed and if class A&#8217;s protocol is renamed, then at most the preferred client methods of A and A&#8217;s subclasses require modification.</li>
<li>If the weak or strong LoD is followed and if the protocol of class A changes, then only preferred client methods of A and its subclasses need to be modified and only methods in the set of potential preferred clients of A and its subclasses need to be added</li>
<li>There&#8217;s even more benefits highlighted in the paper pertaining to limiting information overload.</li>
</ul>
<h2 class="wp-block-heading">Final Thoughts:</h2>
<p>Prior to this webpage I knew nothing about this law/principle, however I now understand that it is a fairly useful rule or its respective use case. The law teaches you a way to program Classes, Inheritance, Abstraction, and a few other techniques. Infact There is so much more depth to this that I cant even fully fit it into this blog post. I would highly recommend you check out <a href="https://www.ccs.neu.edu/home/lieber/LoD.html">this page</a> as It contains all the information you need along with sources to learn this.</p>
<div class="taxonomy-post_tag wp-block-post-terms"><a href="https://petraqmele.wordpress.com/tag/cs-343/" rel="tag">CS-343</a><span class="wp-block-post-terms__separator">, </span><a href="https://petraqmele.wordpress.com/tag/csworcester/" rel="tag">CS@Worcester</a><span class="wp-block-post-terms__separator">, </span><a href="https://petraqmele.wordpress.com/tag/quarter-2/" rel="tag">Quarter-2</a></div>

<p class="syndicated-attribution"><em>From the blog <a href="https://petraqmele.wordpress.com">Petraq Mele blog posts</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Petraq Mele">Petraq Mele</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://0.gravatar.com/avatar/3b8620f429b3717697db6f0c2c11e86372e0e0fdeb93de65388ece339e267184?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-25.png?w=800" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">42709</post-id>	</item>
		<item>
		<title>Team management in software development</title>
		<link>https://petraqmele.wordpress.com/2025/10/15/team-management-in-software-development/</link>
		
		<dc:creator><![CDATA[Petraq Mele]]></dc:creator>
		<pubDate>Wed, 15 Oct 2025 18:13:42 +0000</pubDate>
				<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Quarter-2]]></category>
		<guid isPermaLink="false">http://petraqmele.wordpress.com/?p=80</guid>

					<description><![CDATA[As a software developer there is a significant chance that you will develop software in a team environment. I know as an entry level developer gaining this experience beforehand would be a massive boost for my career but what exactly does team management entail? The importance of team management In a perfect world a team […]]]></description>
										<content:encoded><![CDATA[<p>As a software developer there is a significant chance that you will develop software in a team environment. I know as an entry level developer gaining this experience beforehand would be a massive boost for my career but what exactly does team management entail?</p>
<h2 class="wp-block-heading">The importance of team management</h2>
<p>In a perfect world a team of developers all work perfectly together synchronously &amp; complete a task in the best way possible. In reality, each team will have people of different skillsets, creativity, and ideas for development. Therefore, teams need to be managed in order to optimize development as much as possible.</p>
<figure class="wp-block-image aligncenter size-large wp-duotone-unset-1"><img data-recalc-dims="1" decoding="async" width="625" height="313" data-attachment-id="83" data-permalink="https://petraqmele.wordpress.com/2025/10/15/team-management-in-software-development/image-3/" data-orig-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-2.png" data-orig-size="768,384" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-2.png?w=300" data-large-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-2.png?w=768" src="https://i0.wp.com/petraqmele.wordpress.com/wp-content/uploads/2025/10/image-2.png?resize=625%2C313&#038;ssl=1" alt="" class="wp-image-83" srcset="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-2.png 768w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-2.png?w=150 150w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-2.png?w=300 300w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Diagram illustrating the roles within a software project development team.</figcaption></figure>
<h2 class="wp-block-heading">Creating a team</h2>
<p>Before assembling a team for a project its important to highlight the scope &amp; needs in order to figure out how many, and the type of, developers. According to itrex, some examples of developers you may need would be:</p>
<p><strong>&#8211; Software Developer: </strong>Engineers and stabilizes the product &amp; solves any technical problems emerging during the development lifecycle<strong><br />&#8211; Software Architect: </strong>Designs a high-level software architecture, selects appropriate tools and platforms to implement the product vision, &amp; sets up code quality standards and performs code reviews<strong><br />&#8211; UI/UX Developer: </strong>Transforms a product vision into user-friendly designs &amp; creates user journeys for the best user experience and highest conversion rates<strong><br />&#8211; QA(quality assurance) Engineer: </strong>Makes sure an application performs according to requirements &amp; spots functional and non-functional defects<br /><strong>-Test Automation Engineer: </strong>Designs a test automation ecosystem &amp; writes and maintains test scripts for automated testing<br /><strong>&#8211; DevOps Engineer</strong>: Facilitates cooperation between development and operations teams &amp; builds continuous integration and continuous delivery (CI/CD) pipelines for faster delivery<br /><strong>&#8211; Business Analyst</strong>: Understands customers business processes and translates business needs to requirements.<br /><strong>&#8211; Project Manager</strong>: Makes sure a product or its part is delivered on time and within budget &amp; manages and motivates the software development team<br /><strong>&#8211; Project Owner</strong>: Holds responsibility for a product vision and evolution &amp; makes sure the final product meets customer requirements</p>
<figure class="wp-block-image aligncenter size-large"><img data-recalc-dims="1" decoding="async" width="625" height="492" data-attachment-id="89" data-permalink="https://petraqmele.wordpress.com/2025/10/15/team-management-in-software-development/image-4/" data-orig-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png" data-orig-size="1024,806" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png?w=300" data-large-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png?w=1024" src="https://i0.wp.com/petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png?resize=625%2C492&#038;ssl=1" alt="" class="wp-image-89" srcset="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png 1024w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png?w=150 150w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png?w=300 300w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Infographic illustrating the challenges of managing software development teams, including communication, role clarity, and meeting deadlines.</figcaption></figure>
<h2 class="wp-block-heading">Post-team assembly</h2>
<p>Depending on your project you now have an idea on what team you have, the next step is actually managing them. This entails setting clear objectives/goals, creating a timeline, allocating resources, setting communication strategies, delegating, implementing, tracking progress, monitoring project, managing risks/challenges &amp; maintaining flexibility.</p>
<figure class="wp-block-image aligncenter size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="625" height="408" data-attachment-id="90" data-permalink="https://petraqmele.wordpress.com/2025/10/15/team-management-in-software-development/image-5/" data-orig-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png" data-orig-size="814,531" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png?w=300" data-large-file="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png?w=814" src="https://i0.wp.com/petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png?resize=625%2C408&#038;ssl=1" alt="" class="wp-image-90" srcset="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png 814w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png?w=150 150w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png?w=300 300w, https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png?w=768 768w" sizes="auto, (max-width: 814px) 100vw, 814px" /><figcaption class="wp-element-caption">Overview of a project manager&#8217;s essential roles and responsibilities in software development.</figcaption></figure>
<h2 class="wp-block-heading">Final thoughts</h2>
<p>I now have a better understanding the importance of team management in software development. In order to maximize efficiency towards a project/goal you definitely need to manage a significant amount of aspects related to development. The ability for a team to work together is also valuable &amp; must be taken into account. Overall, I really enjoyed researching this topic, the main sources I used in my research was <a href="https://www.atlassian.com/work-management/project-collaboration/collaborative-culture/team-project-management">this section</a> in Atlassians website as well as <a href="https://itrexgroup.com/blog/software-development-team-structure/">this section</a> in the itrexgroup website.</p>
<div class="taxonomy-post_tag wp-block-post-terms"><a href="https://petraqmele.wordpress.com/tag/cs-348/" rel="tag">CS-348</a><span class="wp-block-post-terms__separator">, </span><a href="https://petraqmele.wordpress.com/tag/csworcester/" rel="tag">CS@Worcester</a><span class="wp-block-post-terms__separator">, </span><a href="https://petraqmele.wordpress.com/tag/quarter-2/" rel="tag">Quarter-2</a></div>

<p class="syndicated-attribution"><em>From the blog <a href="https://petraqmele.wordpress.com">Petraq Mele blog posts</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Petraq Mele">Petraq Mele</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://0.gravatar.com/avatar/3b8620f429b3717697db6f0c2c11e86372e0e0fdeb93de65388ece339e267184?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-2.png?w=768" length="0" type="" />
<enclosure url="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-3.png?w=1024" length="0" type="" />
<enclosure url="https://petraqmele.wordpress.com/wp-content/uploads/2025/10/image-4.png?w=814" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">42105</post-id>	</item>
	</channel>
</rss>
