From aeaa18a22f55ed4a3db63790019ca862fea955bc Mon Sep 17 00:00:00 2001 From: Shipwreckt's ThinkPad L560 Date: Sun, 18 Aug 2024 14:48:47 +0000 Subject: Was offline for a few days. So here is what I have done in those few days! --- public/articals/programming/0HowToAct | 39 +++++++++++++++++++++++++++++++++++ public/articals/programminglist | 31 ++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 public/articals/programming/0HowToAct create mode 100644 public/articals/programminglist (limited to 'public/articals') diff --git a/public/articals/programming/0HowToAct b/public/articals/programming/0HowToAct new file mode 100644 index 0000000..8665b23 --- /dev/null +++ b/public/articals/programming/0HowToAct @@ -0,0 +1,39 @@ + + + + + How to act with Foss projects + + + + + +
+ +
+
+

How you should act with Foss projects

+
+

Honesty

+

When working on a Foss (free and open source software) project, you should always be honest with how you feel, even if you seem inpolite. The reason for this is so you do not string people along, because if you do lie and try to be nice, you waste your time and other people's time. If you want to be more efficient in your work, always just be honest and tell others what you think of their work.

+ +

Documentation

+

When you are developing any program, you want to document it to its fullest extent so others may know what the code does and how to navigate it easier. This not only helps yourself and others develop the project, but it also helps the end user modify the code to their own liking.

+ +

Communication

+

This is the most important parts of developing any type of project because without communicaiton there is no way to know who is contributing to your code and this causes you to not understand why they have done some of the changes and additions they have made. Good communication also means keeping the users informed about what is happening with the program and its development normally through an IRC (internet relay chat) channel, but in the modern day I would suggest something like Matrix. Please do not use Discord because it gives less control to the users and its just easier and safer to use an IRC or just Matrix. +


+

For now that is all that I know how to act when working with Foss projects, if you have any suggestions becasue I know there probably is more you can contact me here.

+
+
+
Back
+    
+ + diff --git a/public/articals/programminglist b/public/articals/programminglist new file mode 100644 index 0000000..b0015bb --- /dev/null +++ b/public/articals/programminglist @@ -0,0 +1,31 @@ + + + + + + Internet index + + + + +
+ +
+
+

Articles about programming

+

Some random articles I have wrote about programming. There is more to come so keep an eye out!

+
+ +
+ + + -- cgit v1.2.3