Skip to content

Commit

Permalink
Deployed 34bc9b8 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 2, 2024
1 parent 6225365 commit 4db71d7
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 80 deletions.
25 changes: 23 additions & 2 deletions essay/devex-in-action/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,13 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#總結">
<span class="md-ellipsis">
總結
</span>
</a>
</li>
</ul>
</nav>
</li>
Expand Down Expand Up @@ -1035,6 +1042,13 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#總結">
<span class="md-ellipsis">
總結
</span>
</a>
</li>
</ul>
</nav>
</div>
Expand All @@ -1046,7 +1060,7 @@
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 18c.56 0 1 .44 1 1s-.44 1-1 1-1-.44-1-1 .44-1 1-1m0-3c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5 2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5m-7.86-1.75L8.85 19l.29-.74C10.43 15.06 13.5 13 17 13c1.05 0 2.06.21 3 .56V8l-6-6H6c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h4.5c-.55-.66-1-1.42-1.36-2.25M13 3.5 18.5 9H13V3.5Z"></path></svg>
</a>
<h1>開發體驗的改進</h1>
<p>!!! quote "摘要"
<p>!!! info "摘要"
本文摘錄自:<a href="https://queue.acm.org/detail.cfm?id=3639443">DevEx in Action</a></p>
<div class="highlight"><pre><span></span><code>文中闡述為什麼優化工程開發重要,並依此來設計出一個優質的工作環境。
</code></pre></div>
Expand Down Expand Up @@ -1316,6 +1330,13 @@ <h3 id="回饋">回饋<a class="headerlink" href="#回饋" title="Permanent link
<p>快速回應內部開發問題也會降低 50% 的技術債發生率,
它需要讓代碼文件化,同時要放在一個可供快速查閱的地方,並提出最佳實作的指南。</p>
<h3 id="認知負荷">認知負荷<a class="headerlink" href="#認知負荷" title="Permanent link"></a></h3>
<p>若開發者能夠高度熟悉處理的程式碼,能夠提高 42% 的開發效率。
一些工具和會議可以幫助跨團隊或團隊內的程式碼認知程度。</p>
<p>開發者如果認為他們使用的工具或工作流程是直觀的,將會提升 50% 的創新。
反之,則不僅是減低效率,更可能降低留任的意願,
換句話說,這會影響個人、團隊和組織的品質。</p>
<h2 id="總結">總結<a class="headerlink" href="#總結" title="Permanent link"></a></h2>
<p>TODO</p>
<div class="footnote">
<hr/>
<ol>
Expand Down Expand Up @@ -1347,7 +1368,7 @@ <h3 id="認知負荷">認知負荷<a class="headerlink" href="#認知負荷" tit
<span class="md-icon" title="最後更新">
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"></path></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">2024年1月31日</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">2024年2月2日</span>
</span>
<span class="md-source-file__fact">
<span class="md-icon" title="建立日期">
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4db71d7

Please sign in to comment.