Skip to content

Commit

Permalink
feat(post): 完善文章
Browse files Browse the repository at this point in the history
  • Loading branch information
李济芝 committed Jul 20, 2024
1 parent f75db27 commit 232d0ff
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blog-site/public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
<link>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</link>
<pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</guid>
<description>为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你</description>
<description>为什么要写整洁的代码 内容节选自《代码整洁之道》,有改动。 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快</description>
</item>
<item>
<title>简要概述如何做好程序设计</title>
Expand Down
2 changes: 1 addition & 1 deletion blog-site/public/page/6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ <h2><a href='/iblog/posts/javaprogramguide/clean-code/'>如何写出整洁的代

<div class="list">
<div class="post_content markdown">
<p>为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你......</p>
<p>为什么要写整洁的代码 内容节选自《代码整洁之道》,有改动。 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快......</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion blog-site/public/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
<link>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</link>
<pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</guid>
<description>为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你</description>
<description>为什么要写整洁的代码 内容节选自《代码整洁之道》,有改动。 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快</description>
</item>
<item>
<title>简要概述如何做好程序设计</title>
Expand Down
5 changes: 3 additions & 2 deletions blog-site/public/posts/javaprogramguide/clean-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@



<meta name="description" content="为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你" />
<meta name="description" content="为什么要写整洁的代码 内容节选自《代码整洁之道》,有改动。 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快" />



Expand Down Expand Up @@ -406,6 +406,7 @@ <h2 id="post_single_title">如何写出整洁的代码</h2>

</div>
<div class="post_content markdown"><h2 id="为什么要写整洁的代码">为什么要写整洁的代码</h2>
<p>内容节选自《代码整洁之道》,有改动。</p>
<p>为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。
是因为想要快速完成任务吗?还是时间不够?可能是你觉得需要完成的工作太多,或者担心如果花时间整理代码,老板会不满。也许你只是急于结束当前的工作,赶紧投入到其他任务中。这些情况都很常见。</p>
<p>每一个程序员都可能曾经被别人的糟糕代码困扰过。如果你有几年的编程经验,你可能已经因为这种代码浪费了大量时间。项目初期进展迅速,但随着时间的推移,进展却变得缓慢。每次代码的修改都可能影响到其他部分,逐渐积累的混乱使得每次改动都变得困难。这种混乱不断增加,最终导致团队生产力急剧下降。</p>
Expand Down Expand Up @@ -445,7 +446,7 @@ <h3 id="运行效率">运行效率</h3>
空间就更不用说了,现在大多数公司都是用空间来换时间的,即通过增加服务器的配置或数量来提高程序运算速度,所以很多人并不关心程序运行的效率。</p>
<p>当然我也不是很关心软件的运行效率,因为软件的运行效率主要还是取决与硬件的发展水平,现在硬件发展比软件发展快了一个档次,不然现在也不能一下子涌起那么多的软件公司。
但是如果业务量非常大,电脑的运行效率也是有限的,当服务器达到一定数量后,企业就会考虑成本,毕竟不能一直毫无节制的增加下去,这时候就需要考虑程序的运行效率了。
作为一个好的程序员,你不得不具备这项技能</p>
作为一个好的程序员,不得不具备这项技能</p>
<p>怎样提高程序的运行效率,有没有想过?程序是算法和数据结构组成的,数据结构决定一个程序的空间复杂度,算法则决定一个程序的时间复杂度。
想要程序跑的更快,空间占用更少,可以从这两个维度来进行探索。</p>
<p>一个好的算法离不开一个好的想法,这对于一个程序来说是至关重要的,因为它是决定程序运行速度的关键原因。
Expand Down
2 changes: 1 addition & 1 deletion blog-site/public/tags/编程指南/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<link>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</link>
<pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</guid>
<description>为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你</description>
<description>为什么要写整洁的代码 内容节选自《代码整洁之道》,有改动。 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快</description>
</item>
<item>
<title>简要概述如何做好程序设计</title>
Expand Down
2 changes: 1 addition & 1 deletion blog-site/public/tags/设计/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<link>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</link>
<pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/iblog/posts/javaprogramguide/clean-code/</guid>
<description>为什么要写整洁的代码 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快速完成任务吗?还是时间不够?可能是你</description>
<description>为什么要写整洁的代码 内容节选自《代码整洁之道》,有改动。 为什么我们需要写整洁的代码?在回答这个问题之前,也许我们应该先思考一下为什么代码会变得糟糕。 是因为想要快</description>
</item>
<item>
<title>简要概述如何做好程序设计</title>
Expand Down

0 comments on commit 232d0ff

Please sign in to comment.