diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-03 20:42:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-03 20:42:20 +0700 |
| commit | 95a5bd9248d5ef8c15bd485b0c9a840033e935ab (patch) | |
| tree | 8109d2a03b48b6b0fcf8e604f7dffda744b6d554 | |
| parent | 59e6aeb6a43970c1a9ba743ee1e72e852d0a9868 (diff) | |
| download | kilabit.info-95a5bd9248d5ef8c15bd485b0c9a840033e935ab.tar.xz | |
_content/notes: add symlink for bad_coding_practices
This symlink point to article on "journal/2024/bad_coding_practices".
| -rw-r--r-- | _content/index.adoc | 3 | ||||
| l--------- | _content/notes/bad_coding_practices | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_content/index.adoc b/_content/index.adoc index 1006ec5..34f03bd 100644 --- a/_content/index.adoc +++ b/_content/index.adoc @@ -36,8 +36,7 @@ include::./project/index.adoc[] === Articles on Software Engineering -* link:/notes/A_guide_to_readable_and_performance_wise_code/[A guide to - readable and performance wise code^] +* link:/notes/A_guide_to_readable_and_performance_wise_code/[Good coding practices^] * link:/journal/2024/bad_coding_practices/[Bad coding practices^] diff --git a/_content/notes/bad_coding_practices b/_content/notes/bad_coding_practices new file mode 120000 index 0000000..0a304d8 --- /dev/null +++ b/_content/notes/bad_coding_practices @@ -0,0 +1 @@ +../journal/2024/bad_coding_practices
\ No newline at end of file |
