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

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

[Octave-bug-tracker] [bug #44100] image package: regionprops could easil


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #44100] image package: regionprops could easily deliver more properties
Date: Fri, 27 Feb 2015 19:37:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.4.0

Follow-up Comment #14, bug #44100 (project octave):

I'm sorry. You pasted the code on the comment and I didn't notice the attached
file. I copied the code from your comment into the file and made the commit
with your name.

You did everything right, I just didn't notice the file.

Would be nice if you could follow the coding guidelines a bit better next
time, i.e., use spaces between function names and brackets but not after
variables and brackets used to index, e.g.:


this_is_a_function (these, are, arguments);
this_is_a_variable(these_are_indexes)


Since we use () both for indexing and calling functions, this helps
distinguish them when reading. Also, no trailing whitespace. I also grouped
the tests together since they were all sharing the sam einput.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44100>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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