cohesion Questions

5

Solved

Good day! I have been looking all over the Internet on how to compute for silhouette coefficient, cohesion and separation unfortunately, despite the resources, I just can't understand the formulas...
Daliladalis asked 30/4, 2014 at 11:47

10

Solved

I'm learning computer programming and at several places I've stumbled upon the concept of cohesion and I understand that it is desirable for a software to have "high cohesion" but what does it mean...
Dupaix asked 31/5, 2012 at 8:41

4

Solved

Is high cohesion a synonym for the Single Responsibility Principle? If not, how are they different?

3

Solved

I was questioned in a technical interview about cohesion and coupling of a project. I extensively explained their definitions, although I did not answer the second part of the question properly, as...
Mattheus asked 9/9, 2018 at 18:23

2

please be advised, this is a long post. Sorry for that but I want to make my point clear: I was wondering how to separate Swing GUI from Presentation and Business Logic for quite a long time. At w...
Khan asked 15/6, 2014 at 10:2

1

I am building an applications in .net/c#/Entity Framework that uses a layered architecture. The applications interface to the outside world is a WCF service Layer. Underneath this layer I have the ...
Stilt asked 11/11, 2014 at 18:8

4

Solved

I'm creating a project which models an airport landing system. I have a plane object which stores all the information I need to sort the plane into a queue and store in a database. All the vital in...
Feldman asked 30/4, 2014 at 13:57

1

Solved

That question title is a mouthful. Basically, I am creating a hash table structure that uses doubly linked lists within a vector. Everything works fine when I create the object using my overloaded ...
Windhover asked 12/4, 2014 at 22:36

5

Solved

I want to have a View which contains more than one view. see the below image: as you see pageController controls page navigation and provide before and after viewController (page). pageContentCo...
Brushwork asked 21/12, 2013 at 20:2

5

Solved

What are Cohesion and Decoupling? I found information about coupling but not about decoupling.
Whiny asked 21/5, 2010 at 11:26

5

Solved

I've recently begun coding in Java in the past few months. I have a Matrix class that's becoming much too bloated with a lot of methods. I also have a SquareMatrix class that extends Matrix, and re...
Enclosure asked 18/4, 2012 at 8:41

13

Imagine that 90% of your job is merely to triage issues on a very massive, very broken website. Imagine that this website is written in the most tightly coupled, least cohesive PHP code you've ever...
Benthos asked 23/8, 2010 at 15:48

6

Solved

The Law of Demeter indicates that you should only speak to objects that you know about directly. That is, do not perform method chaining to talk to other objects. When you do so, you are establishi...
Religieux asked 2/10, 2008 at 15:40
1

© 2022 - 2024 — McMap. All rights reserved.