DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Nandini Persad <nandinipersad361@gmail.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH] doc: reword contributor's guide for grammar/clarity
Date: Tue, 1 Apr 2025 16:55:18 -0700	[thread overview]
Message-ID: <20250401165518.259fc79e@hermes.local> (raw)
In-Reply-To: <20250401234545.32515-1-nandinipersad361@gmail.com>

On Tue,  1 Apr 2025 16:45:45 -0700
Nandini Persad <nandinipersad361@gmail.com> wrote:

> I'm reviewing the Contributor's Guidelines to be more
> clear and concise where necessary.
> 
> Signed-off-by: Nandini Persad <nandinipersad361@gmail.com>
> ---
>  doc/guides/contributing/coding_style.rst | 105 +++++++++++------------
>  doc/guides/contributing/design.rst       |   9 +-
>  doc/guides/contributing/new_library.rst  |  31 ++++---
>  3 files changed, 77 insertions(+), 68 deletions(-)
> 
> diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst
> index 1ebc79ca3c..c465bd0f1f 100644
> --- a/doc/guides/contributing/coding_style.rst
> +++ b/doc/guides/contributing/coding_style.rst
> @@ -15,14 +15,13 @@ It is based on the Linux Kernel coding guidelines and the FreeBSD 7.2 Kernel Dev
>  General Guidelines
>  ------------------
>  
> -The rules and guidelines given in this document cannot cover every situation, so the following general guidelines should be used as a fallback:
> +This document's rules and guidelines cannot cover every scenario, so the following general principles
> +should be used as a fallback.
>  
> -* The code style should be consistent within each individual file.
> -* In the case of creating new files, the style should be consistent within each file in a given directory or module.
> -* The primary reason for coding standards is to increase code readability and comprehensibility, therefore always use whatever option will make the code easiest to read.
> -
> -Line length is recommended to be not more than 80 characters, including comments.
> -[Tab stop size should be assumed to be 8-characters wide].
> +* Maintain a consistent coding style within each file.
> +* When creating new files, ensure consistency with other files in the same directory or module.
> +* Prioritize readability and clarity. Choose the style that makes the code easiest to read.
> +* Keep line length within 80 characters, including comments. Assume a tab stop size of 8 characters.

DPDK has updated to allow up to 100 characters (happened in last year or so).

      reply	other threads:[~2025-04-01 23:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01 23:45 Nandini Persad
2025-04-01 23:55 ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250401165518.259fc79e@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=nandinipersad361@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).