<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Modularidad by Abraham Vázquez</title>
      <link>https://padlet.com/3776_/54ahewyahwtyvhwo</link>
      <description>Cada uno de los grupos de partes estandarizadas o unidades independientes que se pueden utilizar para construir una estructura mas compleja.</description>
      <language>en-us</language>
      <pubDate>2024-03-10 20:41:10 UTC</pubDate>
      <lastBuildDate>2024-03-10 21:55:09 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f9e9.png</url>
      </image>
      <item>
         <title></title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912935701</link>
         <description><![CDATA[<p>Hay varias maneras de medir la modularidad pero el capitulo se enfoca en 3: cohesión, acoplamiento y connascence.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 20:58:27 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912935701</guid>
      </item>
      <item>
         <title></title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912938800</link>
         <description><![CDATA[<p>La cohesion se refiere a la extension a la que deben estar contenidas las partes de un modulo dentro del mismo modulo.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 21:05:20 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912938800</guid>
      </item>
      <item>
         <title></title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912940587</link>
         <description><![CDATA[<p>Idealmente un modulo cohesivo es aquel en el que todas las piezas están unidas, el dividirlas en piezas pequeñas requeriría acoplarlas mediante llamadas entre módulos para obtener resultados útiles.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 21:09:28 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912940587</guid>
      </item>
      <item>
         <title></title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912944547</link>
         <description><![CDATA[<p>Cohesión funcional: Cada parte del modulo se relaciona con las demás y el modulo contiene lo esencial para funcionar.</p><p><br></p><p>Cohesión secuencial: Donde dos módulos interactúan, uno es el que da salidas y el otro se vuelve la entrada al primero.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 21:17:55 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912944547</guid>
      </item>
      <item>
         <title></title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912947323</link>
         <description><![CDATA[<p>Cohesión comunicacional: Dos módulos forman una cadena de comunicación, donde cada una opera con información o contribuye con una salida.</p><p>Cohesión procedural: Dos módulos se ejecutan en un orden particular.</p><p>Cohesión temporal: Los módulos que se relacionan basados en dependencias temporales.</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 21:24:53 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912947323</guid>
      </item>
      <item>
         <title></title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912948046</link>
         <description><![CDATA[<p>Cohesión lógica: la información dentro de los módulos esta relacionada de manera lógica pero no funcional.</p><p>Cohesión casual: elementos en un modulo solo se relacionan por estar en el mismo archivo fuente; esto representa la peor forma de cohesión.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 21:26:56 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912948046</guid>
      </item>
      <item>
         <title>Definition:</title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912955444</link>
         <description><![CDATA[<p>two components are connascent if a change in one would require the other to be modified in order to maintain the overall correctness of the system.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 21:43:57 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912955444</guid>
      </item>
      <item>
         <title>Hay dos tipos de connascence</title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912959523</link>
         <description><![CDATA[<p>Estática: se refiere al nivel de acoplamiento del código fuente; es un refinamiento del acoplamiento aferente y eferente definidos por el Diseño estructurado.</p><p>Dinámica: este tipo de connascence analiza las llamadas en tiempo de ejecución.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 21:51:51 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912959523</guid>
      </item>
      <item>
         <title>Propiedades</title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912960256</link>
         <description><![CDATA[<p>La connascence es una herramienta de analisis para desarrolladores y arquitectos, las propiedades de la connascence ayudan a los desarrolladores a utilizarla sabiamente.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 21:53:44 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912960256</guid>
      </item>
      <item>
         <title></title>
         <author>3776_</author>
         <link>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912960772</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2369897785/1193b51fbeac85915147f36b942ff8a7/image.png" />
         <pubDate>2024-03-10 21:55:09 UTC</pubDate>
         <guid>https://padlet.com/3776_/54ahewyahwtyvhwo/wish/2912960772</guid>
      </item>
   </channel>
</rss>
