{"id":765,"date":"2026-02-25T10:24:26","date_gmt":"2026-02-25T10:24:26","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/"},"modified":"2026-02-25T10:24:26","modified_gmt":"2026-02-25T10:24:26","slug":"when-to-use-crc-cards","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/","title":{"rendered":"When to Use CRC Cards in Your Design Process"},"content":{"rendered":"<p>One of the most common mistakes I\u2019ve seen in early design phases is jumping straight into UML diagrams without first understanding the core responsibilities and collaborations. It\u2019s like trying to build a house with blueprints before sketching the layout. The result? Overcomplicated classes, unclear boundaries, and endless rework.<\/p>\n<p>The real power of CRC cards lies not in replacing formal modeling, but in <strong>preparing your mind<\/strong> for it. They\u2019re not just a drawing tool \u2014 they\u2019re a conversation starter, a thinking aid, and a team alignment mechanism. When used at the right time, they cut through abstraction and help everyone \u2014 from junior developers to product owners \u2014 speak the same language.<\/p>\n<p>This chapter explains exactly when to use CRC cards in your workflow. You\u2019ll learn how to time them with your project phase, how to avoid common misuse, and how they fit \u2014 or don\u2019t fit \u2014 with other modeling tools. Most importantly, you\u2019ll see why <em>when<\/em> you use CRC cards often matters more than the cards themselves.<\/p>\n<h2>Best Stages to Use CRC Cards in Your Design Flow<\/h2>\n<h3>1. During Early Domain Analysis \u2014 The Brainstorming Phase<\/h3>\n<p>Start with CRC cards when you\u2019re first exploring the problem domain. Before writing code or drawing diagrams, gather the team around a table or digital workspace and ask: \u201cWhat are the key entities in this system?\u201d<\/p>\n<p>This is where CRC cards shine. They\u2019re lightweight, fast, and encourage active participation. You\u2019re not looking for perfection \u2014 you\u2019re looking for <em>ideas<\/em>.<\/p>\n<ul>\n<li>Use CRC cards to identify potential classes from user stories or process workflows.<\/li>\n<li>Invite non-technical stakeholders to name classes \u2014 they often spot real-world entities you\u2019d miss.<\/li>\n<li>Focus on <em>what<\/em> each class does, not how it does it.<\/li>\n<\/ul>\n<p>For example, in a library management system, you might start with: <em>Book, Borrower, Librarian, Loan, Due Date<\/em>. These aren\u2019t final classes \u2014 they\u2019re starting points.<\/p>\n<h3>2. When Decomposing User Stories or Requirements<\/h3>\n<p>Agile teams often face user stories that are too broad: \u201cAs a user, I want to manage my profile.\u201d CRC cards help break that down.<\/p>\n<p>Ask: \u201cWhat classes are involved in managing a profile?\u201d Then draft cards for each. As you assign responsibilities, you\u2019ll naturally reveal hidden entities \u2014 like <em>ProfileValidator<\/em> or <em>NotificationService<\/em>.<\/p>\n<p>Use this process to:<\/p>\n<ul>\n<li>Discover responsibilities that weren\u2019t explicit in the story.<\/li>\n<li>Clarify ownership \u2014 who decides if a phone number is valid?<\/li>\n<li>Identify gaps in the system before coding begins.<\/li>\n<\/ul>\n<h3>3. Before Creating UML Class Diagrams<\/h3>\n<p>Many teams jump straight to UML, but that\u2019s like writing a report before outlining the sections. CRC cards are a perfect bridge between idea and diagram.<\/p>\n<p>Once your team agrees on classes, responsibilities, and collaborations, you can convert those into a UML class diagram with confidence. The CRC session ensures you\u2019re not just drawing lines \u2014 you\u2019re modeling real intent.<\/p>\n<p>Here\u2019s a simple decision checklist:<\/p>\n<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\">\n<tbody>\n<tr>\n<th>Check<\/th>\n<th>Use CRC Cards?<\/th>\n<\/tr>\n<tr>\n<td>Exploring domain concepts without existing models<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td>Breaking down complex user stories<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td>Designing a new module from scratch<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td>Finalizing class structure for documentation<\/td>\n<td>No \u2014 use UML<\/td>\n<\/tr>\n<tr>\n<td>Refactoring a legacy system (after analysis)<\/td>\n<td>Yes \u2014 but later in the process<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>When NOT to Use CRC Cards<\/h2>\n<p>Just because they\u2019re helpful doesn\u2019t mean they\u2019re always appropriate. Here are the situations where CRC cards may slow you down or add no value:<\/p>\n<h3>1. In the Final Design Documentation Phase<\/h3>\n<p>When you\u2019re preparing final UML diagrams for architecture review or API documentation, CRC cards are too informal. They lack the precision needed for formal documentation.<\/p>\n<p>Use them to <em>inform<\/em> the class diagram, but don\u2019t hand them in as deliverables. The final output should be a clean, properly formatted UML diagram \u2014 not a stack of index cards.<\/p>\n<h3>2. For Large, Established Systems<\/h3>\n<p>If your team is already working on a mature system with hundreds of classes, running full CRC sessions for every new feature is inefficient.<\/p>\n<p>Instead, use CRC cards for:<\/p>\n<ul>\n<li>Small new features<\/li>\n<li>Refactoring tricky components<\/li>\n<li>Onboarding new team members<\/li>\n<\/ul>\n<p>For larger changes, rely on more structured tools like UML or component diagrams.<\/p>\n<h3>3. When You Already Have a Firm Design<\/h3>\n<p>If you\u2019ve already defined the system structure and responsibilities, CRC cards become redundant. They\u2019re not for verification \u2014 they\u2019re for discovery.<\/p>\n<p>Don\u2019t use CRC cards as a validation tool after the design is complete. That\u2019s the job of code reviews, tests, and static analysis.<\/p>\n<h2>CRC Cards vs UML: Choosing the Right Tool for the Job<\/h2>\n<p>Understanding the difference between CRC cards and UML isn\u2019t about which is better \u2014 it\u2019s about knowing when to use which.<\/p>\n<p><strong>CRC cards<\/strong> are ideal for early-stage exploration, team collaboration, and rapid prototyping. They emphasize <em>responsibility<\/em> and <em>conversation<\/em>. They\u2019re designed for thinking, not documentation.<\/p>\n<p><strong>UML class diagrams<\/strong> are formal, standardized, and precise. They\u2019re used for communication with architects, documentation, and integration with code generation tools. They prioritize structure and relationships.<\/p>\n<p>Think of CRC cards as the <em>first draft<\/em> of your design. UML as the <em>final manuscript<\/em>.<\/p>\n<p>Here\u2019s how to decide:<\/p>\n<ol>\n<li><strong>When you\u2019re unsure<\/strong> \u2014 use CRC cards.<\/li>\n<li><strong>When you\u2019re ready to formalize<\/strong> \u2014 convert to UML.<\/li>\n<li><strong>When you need to share with others<\/strong> \u2014 use UML.<\/li>\n<li><strong>When you\u2019re brainstorming with a team<\/strong> \u2014 use CRC.<\/li>\n<\/ol>\n<h2>Real-World Use Cases: Where CRC Cards Excel<\/h2>\n<p>Let\u2019s look at actual scenarios where CRC cards deliver the most value.<\/p>\n<h3>Use Case 1: Onboarding a New Developer<\/h3>\n<p>When a new team member joins, it\u2019s easy to hand over code \u2014 but much harder to explain the system\u2019s intent. A 30-minute CRC session can map out core classes and their responsibilities.<\/p>\n<p>This isn\u2019t just documentation \u2014 it\u2019s <em>shared understanding<\/em>.<\/p>\n<h3>Use Case 2: Agile Sprint Planning<\/h3>\n<p>Before sprint planning, run a CRC session on the upcoming user stories. Focus on: \u201cWhich classes are involved? What must they do?\u201d<\/p>\n<p>The outcome helps estimate effort, identify risks, and guide story decomposition.<\/p>\n<h3>Use Case 3: Design Reviews with Non-Technical Stakeholders<\/h3>\n<p>Executives, product managers, or QA leads often struggle with UML diagrams. CRC cards are visual, simple, and language-neutral.<\/p>\n<p>They help explain complex systems without technical jargon \u2014 a huge win for clarity and buy-in.<\/p>\n<h2>Integrating CRC Cards into Your Workflow<\/h2>\n<p>Here\u2019s how to make CRC cards a natural part of your design process.<\/p>\n<ol>\n<li><strong>Start early:<\/strong> Use them during backlog refinement or sprint kickoffs.<\/li>\n<li><strong>Keep them light:<\/strong> Don\u2019t overformat. Use pencil, sticky notes, or a simple app.<\/li>\n<li><strong>Focus on collaboration:<\/strong> Let the team debate, revise, and challenge each other.<\/li>\n<li><strong>Convert to UML when ready:<\/strong> Once responsibilities are clear, draw the class diagram.<\/li>\n<li><strong>Archive them:<\/strong> Store CRC sessions as part of your design history \u2014 future developers will thank you.<\/li>\n<\/ol>\n<h2>Frequently Asked Questions<\/h2>\n<h3>When should I use CRC cards instead of jumping straight to UML?<\/h3>\n<p>Use CRC cards before UML. They help you think through responsibilities and collaborations in a low-pressure, collaborative setting. UML is best used after you\u2019ve established the core design \u2014 not as a starting point.<\/p>\n<h3>How do CRC cards fit into the agile software design phase?<\/h3>\n<p>CRC cards are excellent in agile workflows. They support user story breakdown, sprint planning, and design spikes. Use them to explore new features quickly and align the team before coding.<\/p>\n<h3>Are CRC cards still valuable in modern software development?<\/h3>\n<p>Absolutely. While tools have evolved, the core challenge \u2014 designing systems around responsibilities \u2014 hasn\u2019t changed. CRC cards remain one of the best tools for fostering shared understanding, especially in team-based or agile environments.<\/p>\n<h3>Can I use CRC cards for non-software modeling?<\/h3>\n<p>Yes. CRC thinking applies to any domain requiring role-based collaboration. Business process modeling, UX workflows, and system handoffs between departments all benefit from identifying who does what \u2014 just like CRC.<\/p>\n<h3>What\u2019s the biggest mistake in CRC card usage?<\/h3>\n<p>Trying to use CRC cards for final documentation. They\u2019re not meant to replace UML diagrams. Also, writing vague responsibilities like \u201chandle data\u201d or \u201cmanage user info\u201d undermines the whole purpose. Be specific: \u201cvalidate email format\u201d or \u201cupdate user status\u201d.<\/p>\n<h3>Do I need software tools to use CRC cards?<\/h3>\n<p>No \u2014 physical index cards work fine. But digital tools like Visual Paradigm can help save, share, and evolve your models. Use what fits your team. The key is <em>thinking collaboratively<\/em>, not the medium.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the most common mistakes I\u2019ve seen in early design phases is jumping straight into UML diagrams without first understanding the core responsibilities and collaborations. It\u2019s like trying to build a house with blueprints before sketching the layout. The result? Overcomplicated classes, unclear boundaries, and endless rework. The real power of CRC cards lies [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":761,"menu_order":3,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-765","docs","type-docs","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>When to Use CRC Cards in Your Design Process<\/title>\n<meta name=\"description\" content=\"Discover the ideal moments to use CRC cards in your software design process \u2014 from brainstorming to validation. Learn when to apply CRC cards vs UML for better collaboration and clarity in object-oriented design.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"When to Use CRC Cards in Your Design Process\" \/>\n<meta property=\"og:description\" content=\"Discover the ideal moments to use CRC cards in your software design process \u2014 from brainstorming to validation. Learn when to apply CRC cards vs UML for better collaboration and clarity in object-oriented design.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Fran\u00e7ais\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/\",\"name\":\"When to Use CRC Cards in Your Design Process\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#website\"},\"datePublished\":\"2026-02-25T10:24:26+00:00\",\"description\":\"Discover the ideal moments to use CRC cards in your software design process \u2014 from brainstorming to validation. Learn when to apply CRC cards vs UML for better collaboration and clarity in object-oriented design.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CRC Cards Explained: A Beginner\u2019s Modeling Guide\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding the Foundations\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"When to Use CRC Cards in Your Design Process\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/\",\"name\":\"Visual Paradigm Skills Fran\u00e7ais\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#organization\",\"name\":\"Visual Paradigm Skills Fran\u00e7ais\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Fran\u00e7ais\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"When to Use CRC Cards in Your Design Process","description":"Discover the ideal moments to use CRC cards in your software design process \u2014 from brainstorming to validation. Learn when to apply CRC cards vs UML for better collaboration and clarity in object-oriented design.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/","og_locale":"fr_FR","og_type":"article","og_title":"When to Use CRC Cards in Your Design Process","og_description":"Discover the ideal moments to use CRC cards in your software design process \u2014 from brainstorming to validation. Learn when to apply CRC cards vs UML for better collaboration and clarity in object-oriented design.","og_url":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/","og_site_name":"Visual Paradigm Skills Fran\u00e7ais","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/","url":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/","name":"When to Use CRC Cards in Your Design Process","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#website"},"datePublished":"2026-02-25T10:24:26+00:00","description":"Discover the ideal moments to use CRC cards in your software design process \u2014 from brainstorming to validation. Learn when to apply CRC cards vs UML for better collaboration and clarity in object-oriented design.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/when-to-use-crc-cards\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/fr\/"},{"@type":"ListItem","position":2,"name":"CRC Cards Explained: A Beginner\u2019s Modeling Guide","item":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/"},{"@type":"ListItem","position":3,"name":"Understanding the Foundations","item":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/crc-cards-explained\/understanding-the-foundations\/"},{"@type":"ListItem","position":4,"name":"When to Use CRC Cards in Your Design Process"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#website","url":"https:\/\/skills.visual-paradigm.com\/fr\/","name":"Visual Paradigm Skills Fran\u00e7ais","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#organization","name":"Visual Paradigm Skills Fran\u00e7ais","url":"https:\/\/skills.visual-paradigm.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Fran\u00e7ais"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/765","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/765\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/761"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/media?parent=765"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/doc_tag?post=765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}