Standard: Implement code for verbal communication #174

Open
opened 2020-08-21 03:52:26 +02:00 by Kreyren · 1 comment
Kreyren commented 2020-08-21 03:52:26 +02:00 (Migrated from github.com)

If you expect your code to be used by a regular user or by other developers then make it easier for verbal communication for example:

GNU userland has /usr/share which is known as universal share for verbal communication which is expected to be implemented by you as well so that the code can be briefed verbally without the need to use pastebin.

I.e

## Unwanted ##

# Function to create a file named 'file'
djkagdhgjkahg() {
	touch file
}

## Wanted ##

# Function to create a file named 'file'
create_file() {
	touch file
}
<!-- Please keep your request as short as possible, the longer the request the longer it's going to take for us to process it --> If you expect your code to be used by a regular user or by other developers then make it easier for verbal communication for example: GNU userland has `/usr/share` which is known as `universal share` for verbal communication which is expected to be implemented by you as well so that the code can be briefed verbally without the need to use pastebin. I.e ```sh ## Unwanted ## # Function to create a file named 'file' djkagdhgjkahg() { touch file } ## Wanted ## # Function to create a file named 'file' create_file() { touch file } ```
issue-label-bot[bot] commented 2020-08-21 03:52:28 +02:00 (Migrated from github.com)

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Issue-Label Bot is automatically applying the label `feature_request` to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/RXT0112/Zernit) and [code](https://github.com/hamelsmu/MLapp) for this bot.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kreyren/Zernit#174
No description provided.