<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>development &amp;mdash; Doctacosa</title>
    <link>https://blog.interordi.com/tag:development</link>
    <description>🪶 I&#39;m a real blog! Maybe? 🤔  Thoughts by Stéphane, often in English, parfois en français!</description>
    <pubDate>Mon, 27 Apr 2026 17:42:29 +0000</pubDate>
    <item>
      <title>Jumping from project to project... and forgetting key details</title>
      <link>https://blog.interordi.com/jumping-from-project-to-project</link>
      <description>&lt;![CDATA[As you know, I&#39;m often rotating between multiple projects. Some need maintenance, others are in the spotlight, while priorities can suddenly change. I&#39;m usually good at shifting from one thing to the other, but sometimes, it doesn&#39;t go as well as I&#39;d like.&#xA;&#xA;Part of the work I&#39;ve been doing lately involves an overhaul of the player profiles. The first step is to improve the current code structure and make it more flexible. A good chunk of the display is made using JavaScript, with the Vue library. I&#39;ve adopted Vue as it handles smoothly several things I want to do while it can be easily reused in various places. It already powers part of the current profiles, while the Creeper&#39;s Lab Companion and the Interordi Accounts section are all done with it. It works well. My problem is, I never really mastered it.&#xA;&#xA;This means that I often have to look up how to do things that should be simple. Let&#39;s say I need to use the variable &#34;players&#34;. Depending on where I want to use it, I need to write it as &#34;this.players&#34;, or &#34;players&#34;. Sometimes, both are even accepted! It&#39;s a small thing, but I&#39;m constantly tripping over which to use, which leads to bugs creeping into the code all the time. How to bind variables between objects is also a thing I often have to review.&#xA;&#xA;Practice makes perfect, of course! The catch is, I&#39;m not there yet. What I would probably need to do is spend several continuous weeks working with Vue, until it becomes second nature, then I wouldn&#39;t need to constantly look up the documentation and double-check my own work.&#xA;&#xA;#development #projects&#xA;&#xA;- Doctacosa]]&gt;</description>
      <content:encoded><![CDATA[<p>As you know, I&#39;m often rotating between multiple projects. Some need maintenance, others are in the spotlight, while priorities can suddenly change. I&#39;m usually good at shifting from one thing to the other, but sometimes, it doesn&#39;t go as well as I&#39;d like.</p>

<p>Part of the work I&#39;ve been doing lately involves an overhaul of the player profiles. The first step is to improve the current code structure and make it more flexible. A good chunk of the display is made using JavaScript, with the Vue library. I&#39;ve adopted Vue as it handles smoothly several things I want to do while it can be easily reused in various places. It already powers part of the current profiles, while the Creeper&#39;s Lab Companion and the Interordi Accounts section are all done with it. It works well. My problem is, I never really mastered it.</p>

<p>This means that I often have to look up how to do things that should be simple. Let&#39;s say I need to use the variable “players”. Depending on where I want to use it, I need to write it as “this.players”, or “players”. Sometimes, both are even accepted! It&#39;s a small thing, but I&#39;m constantly tripping over which to use, which leads to bugs creeping into the code all the time. How to bind variables between objects is also a thing I often have to review.</p>

<p>Practice makes perfect, of course! The catch is, I&#39;m not there yet. What I would probably need to do is spend several continuous weeks working with Vue, until it becomes second nature, then I wouldn&#39;t need to constantly look up the documentation and double-check my own work.</p>

<p><a href="https://blog.interordi.com/tag:development" class="hashtag"><span>#</span><span class="p-category">development</span></a> <a href="https://blog.interordi.com/tag:projects" class="hashtag"><span>#</span><span class="p-category">projects</span></a></p>

<p><em>– Doctacosa</em></p>
]]></content:encoded>
      <guid>https://blog.interordi.com/jumping-from-project-to-project</guid>
      <pubDate>Tue, 13 Feb 2024 05:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>