octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57041] Missing Matlab functions: startsWith a


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57041] Missing Matlab functions: startsWith and endsWith
Date: Sun, 23 Feb 2020 06:48:48 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0

Update of bug #57041 (project octave):

                  Status:               Confirmed => In Progress            
                 Summary: Missing matlab function: startsWith => Missing
Matlab functions: startsWith and endsWith

    _______________________________________________________

Follow-up Comment #20:

A couple of other things, I didn't notice the first round (mostly nitpicking
again):
- Include the bug number in the first line of the commit message.
- Use imperative voice in the commit message to describe what changed.
- Don't override "ans". It has a special meaning in Octave. Use e.g. "retval"
or something similar or more meaningful instead.
- When breaking long character vectors at the end of the line, use ellipses
and indent the next line accordingly (see e.g. "movie.m" 113).
- Indentation in "if" and "for" blocks is two spaces.
- Have a look at e.g. cellfun and its input "UniformOutput" to get an idea of
how "IgnoreCase" could be documented.
- When breaking long lines, indent to after the currently innermost opening
bracket if possible.
- Add two spaces in front of "#" for comments on the same line with code.
- There's no need to compress changesets when you upload them here.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57041>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]