File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -238,32 +238,6 @@ export default defineConfig({
238238 } ,
239239 ] ,
240240 } ,
241- {
242- text : "Markdown" ,
243- items : [
244- {
245- text : "Introduction" ,
246- link : "/documents/forMarkdown/" ,
247- } ,
248- {
249- text : "Markdown設計ドキュメント規約" ,
250- link : "/documents/forMarkdown/markdown_design_document.html" ,
251- } ,
252- ] ,
253- } ,
254- {
255- text : "Slack" ,
256- items : [
257- {
258- text : "Introduction" ,
259- link : "/documents/forSlack/" ,
260- } ,
261- {
262- text : "Slack利用ガイドライン" ,
263- link : "/documents/forSlack/slack_usage_guidelines.html" ,
264- } ,
265- ] ,
266- } ,
267241 ] ,
268242 } ,
269243 {
Original file line number Diff line number Diff line change 2121 - theme : alt
2222 text : Gitブランチフロー規約
2323 link : ./documents/forGitBranch/
24- - theme : alt
25- text : Slack利用ガイドライン
26- link : ./documents/forSlack/
27- - theme : alt
28- text : Markdown設計ドキュメント規約
29- link : ./documents/forMarkdown/
3024features :
3125 - title : Readability
3226 details : ソースコードの可読性を高く保つことで、保守性・拡張性の高いソフトウェアを作ることができます。 しかし、可読性の指標は複数あり、デベロッパーごとに判断がブレ、それぞれのスタイルで記述すると、ソフトウェア全体で見たときの可読性が下がってしまいます。 本コーディング規約は、コーディング時の判断のブレを防ぎます。
You can’t perform that action at this time.
0 commit comments