<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Exercise 8 | Design Principles | Section 2 by AZLIN BINTI NORDIN</title>
      <link>https://padlet.com/azlinnordin/EX8SEC_2</link>
      <description>Semester 2, 2021/2022</description>
      <language>en-us</language>
      <pubDate>2022-03-18 14:02:29 UTC</pubDate>
      <lastBuildDate>2022-06-13 09:22:41 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Information hiding(Group D - Spring)</title>
         <author>shazleenamin</author>
         <link>https://padlet.com/azlinnordin/EX8SEC_2/wish/2137828012</link>
         <description><![CDATA[<div>Group Members:<br>1.Anis Safiyyah Binti Adnan(2116330)<br>2.Hannah Kamillia Binti Hamidi(2113570)<br>3.Che Wan Sarah Najwa Binti Che Wan Ahmad(2117644)<br>4.Amira Shazleen Binti Aminuddin(2118164)<br><br><strong>Banking application system </strong><br>Hiding sensitive information is a very important factor in financial applications like banking systems. This application illustrates the classification of bank account information into various security levels and allowing access only to some data to authorized users based on sensitivity of the information. The information maintained by the CheckingAccount class is extracted into special interfaces like AccountSummary and AccountOwnerDetails to be accessible to actors like AccountHolder and BankClerk. In this example, the account holder and the bank clerk can both access AccountSummary but only the account owner can see certain account details like SSN, and pin through AccountOwnerDetails</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-10 07:00:35 UTC</pubDate>
         <guid>https://padlet.com/azlinnordin/EX8SEC_2/wish/2137828012</guid>
      </item>
      <item>
         <title>Refactoring (Group G - Ember)</title>
         <author>muhdarash73</author>
         <link>https://padlet.com/azlinnordin/EX8SEC_2/wish/2137852167</link>
         <description><![CDATA[<div>Group Members:<br>1. Ahmad Hazim bin Mohd Zin (2118511)<br>2. Muhamad Arash Bin Abdullah @ Shamsudin (2118279)<br>3. Muhammad Nur Badri Bin Mahazir (2110797) <br>4. Muhammad Mujahid Bin Mahazanan (2119989)<br><br><strong>Food Delivery System<br></strong>Refactoring is a technique to improve the quality of existing code. Refactoring is a continuous process of improvement for avoiding code degradation and structure which leads to an increase in difficulties and costs of maintaining a system. This technique has been applied in this kind of system, one of the examples that developers have made is separating the ordering function and delivering function. This will make the system less complex and developers can easily spot the bugs and make further improvement to the system. Besides, it will make the code easy to understand by the other team's developers.Through these techniques , the certain failed function can be simplified easily .This separate method is called extract technique where the developers break down the code into parts and move those parts to different methods. This application also uses refactoring by abstraction. This technique reduces the amount of duplicate code. This is done when there is a large amount of code to be refactored.Other than that, developer also can refactor the application by removing the unused advertisements that shown in the main menu, it is because sometimes when to many advertise pop-up at the same time it will distract the customer to order the food and at the same time lose their interest about that application.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-10 08:02:50 UTC</pubDate>
         <guid>https://padlet.com/azlinnordin/EX8SEC_2/wish/2137852167</guid>
      </item>
      <item>
         <title>Functional Independence (Django-group B)</title>
         <author></author>
         <link>https://padlet.com/azlinnordin/EX8SEC_2/wish/2137863705</link>
         <description><![CDATA[<div>members:<br>1.&nbsp; Khairul Ikhwan (2110753)<br>2. Syahmi Salam (2115083)<br>3. Zafran Syahmi (2111851)<br>4. Khairul Fahmi (2115889)<br><br><strong>Calculator application<br></strong>&nbsp;<br>Cohesion and coupling are used to assess functional independence. If a module has high cohesion and low coupling, it is considered to be functionally independent of other modules. Coupling measures the degree to which modules interact with one another. The level of coupling between two modules is determined by several modules, including interface complexity, the type of data that passes via the interface, communication style, number of interfaces per module, and so on. Cohesion is a measure of a module's relative functional strength. It represents the strength of the bond between the modules' internal components. The stronger the cohesiveness of a module, the more tightly the elements are tied to one another. As an example, suppose we create a calculator application and divide it into some modules to do a specific operation or function. Each module in the calculator interacts with the others as little as feasible. Furthermore, each module must function separately and autonomously to function properly, such as the addition function, which does not require the subtraction function to execute the addition operation.</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-10 08:32:58 UTC</pubDate>
         <guid>https://padlet.com/azlinnordin/EX8SEC_2/wish/2137863705</guid>
      </item>
      <item>
         <title>Refinement (Group F - Vue)</title>
         <author></author>
         <link>https://padlet.com/azlinnordin/EX8SEC_2/wish/2137978939</link>
         <description><![CDATA[<div>Group members:<br>1. Nuur Nadheerah Binti Mohammad Lutfi (2117898)<br>2. Farah Izzah Wong Binti Abdul Rahman Wong (2111188)<br>3. Husna Ezzah Binti Mohd Fakhrurrazi (2110942)<br>4. Jawaher Abdulrahim (1636616)<br><br><strong>Subject Update Program<br><br></strong>Refinement simply refers to the process of removing impurities from something in order to improve the quality. The refinement design concept is a process of developing the software or system in a detailed manner which implies to elaborate a system or software. It is essential for identifying and reducing any errors that may occur. The Subject Update program is a program that displays a form where the data values are generated by the built-in constants. Then, the interface could perhaps show a fixed row of the Subjects’ table as the second refinement. The third refinement allows a subject code to be entered and display its corresponding row. A fourth stage may allow for the updating of a specific datum and continues until the final stage where error messages might be displayed. For example, “Class is already full.”</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-10 12:57:56 UTC</pubDate>
         <guid>https://padlet.com/azlinnordin/EX8SEC_2/wish/2137978939</guid>
      </item>
      <item>
         <title>Polymorphism (Group E - angular)</title>
         <author>adibyt08</author>
         <link>https://padlet.com/azlinnordin/EX8SEC_2/wish/2138072187</link>
         <description><![CDATA[<div>Group Members :<br>1) MUHAMMAD FIKRI BIN&nbsp; MOHAMMAD ISA&nbsp; 2110105<br>2) MUHAMMAD SYAZWAN BIN MAT SHUKI 2119861<br>3) MUHAMMAD ADIB BIN MOHD SAID 2116287<br>4) MUHAMMAD HANIF BIN MD KAMAL 2114963<br><br><strong>Java application system</strong><br><br>The offering of a single interface to entities of many kinds is known as polymorphism. The idea is based on a biological theory that states that an organism or species may exist in several forms or phases. Polymorphism in Java refers to an object's capacity to adopt several forms. Simply said, polymorphism in Java enables us to accomplish the same function in a variety of ways. Assume there is an Animals base class from which the subclasses Horse, Fish, and Bird are descended. Assume that the Animals class contains a Move method that is inherited by all of the subclasses indicated. Polymorphism allows each subclass to implement the function in its own unique way. In effect, Polymorphism reduces the developer's workload by allowing him to construct a generic class with all of the traits and behaviours that he desires. When the developer is ready to build more specialised subclasses with specified characteristics and behaviours, he or she may simply change the code in the areas where the behaviours differ. The remainder of the code may be left alone.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-10 15:38:37 UTC</pubDate>
         <guid>https://padlet.com/azlinnordin/EX8SEC_2/wish/2138072187</guid>
      </item>
      <item>
         <title>MODULARITY (GROUP C - LARAVEL)</title>
         <author>shafiahanis02</author>
         <link>https://padlet.com/azlinnordin/EX8SEC_2/wish/2138078665</link>
         <description><![CDATA[<div>Group Members : <br>1) SHAFIA HANIS BT SHAMSUL ASMADI 2110578<br>2) PUTERI SABRINA RAYSA BT RAMLAN 2111742<br>3) PUTERI NOOR FARHANA BT MEGAT MOHD SUHAIMI 2116304<br>4) NOORALYA QASRINA BT ZURAIMI 2118228<br><br><strong>Text-to-speech Application</strong><br><br></div><div>Modules with low dependencies on other modules are used in modularization. As a result, we can quickly make modifications to a module without having to worry about the rest of the program. This application will analyze the input text from the user, and then modularize to read the user’s text out loud. We can apply modularization to this application and decompose text-to-speech to parse the user’s text to be read out loud, computer voice for user-selectable computer voices and text speech controller to control the user's preferred speaking speed. Instead of constructing the program as a single big monolith, it might be divided into modules, each of which is dedicated to a certain software function. As a result, the developers may work on each module at the same time, cutting down on development time. The text-to-speech and computer voice modules can also be utilized for other purposes, such as voice navigation. As a result of employing modularization to create the text-to-speech program , each module is responsible for its own independent function, making it easier to develop, test, and maintain. They can also be utilized in other projects.</div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-10 15:50:48 UTC</pubDate>
         <guid>https://padlet.com/azlinnordin/EX8SEC_2/wish/2138078665</guid>
      </item>
      <item>
         <title>Inheritance (Group H)</title>
         <author>muhammadhaniff260</author>
         <link>https://padlet.com/azlinnordin/EX8SEC_2/wish/2138330821</link>
         <description><![CDATA[<div>Group members:<br>-Hussein Ahmed Gaafar Albaiti (2110925)<br>-Muhammad Afiq Bin Mohd Ara (1910829)<br>-Muhammad 'Affif Bin Rusli (1923949)<br>-Muhammad Haniff B Ismail (2110619)<br><br><strong>Java Inheritance Implimentation</strong><br><br>Inheritance is looking at the class hierarchy from the bottom up. A subclass inherits behaviors and attributes from its superclass. A subclass automatically possesses certain behaviors and/or attributes simply because it is classified as being a subclass of an entity that possesses those behaviors and/or attributes. That is, a cherry can be said to automatically contain a seed because it is a subclass of Fruit and all fruit contain seeds.</div><div><br>Inheritance is useful from a <strong>code reuse</strong> perspective. Any (non-private) code in the superclass does not have to be replicated in any of the subclasses because they will automatically inherit those behaviors and attributes. However, one must be very careful when transferring common code from the subclasses to the superclass (a process called "<strong>hoisting</strong>"), as the proper abstraction represented by the superclass may be broken</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-10 23:13:07 UTC</pubDate>
         <guid>https://padlet.com/azlinnordin/EX8SEC_2/wish/2138330821</guid>
      </item>
      <item>
         <title> Procedural abstraction (Group I)</title>
         <author>zikryadib</author>
         <link>https://padlet.com/azlinnordin/EX8SEC_2/wish/2138602312</link>
         <description><![CDATA[<div>Group members:</div><div>1. MUHAMAD ZIKRY ADIB BIN MOHD SUHAIMI (2112197)</div><div>2. AMEER AL-WAFIQ BIN NORAZAM (2119005)</div><div><br></div><div><strong>Zakat calculator</strong></div><div><br></div><div>Procedural abstraction is the idea that each method should have a coherent conceptual description that separates its implementation from its users. You can encapsulate behavior in methods that are internal to an object or methods that are widely usable. Example of procedural abstraction is Zakat Calculator. User just need to declare their income and the program will decide how much zakat that they need to pay based on the formula written in the program and user does not require to calculate by themselves.</div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-11 03:53:48 UTC</pubDate>
         <guid>https://padlet.com/azlinnordin/EX8SEC_2/wish/2138602312</guid>
      </item>
   </channel>
</rss>
