On 2015-11-06 12:27, Jori Mäntysalo wrote:
1) Should we raise ValueError("Bad things happened.") or ValueError("bad
things happened")? There are 3559 error of the former form and 4150 of
the latter.

Python recommends the second style.

3) Should we use keyword "algorithm" or "implementation"? Or have both
with different meaning?

I think all the following are used, with similar meanings:
* algorithm
* backend
* impl
* implementation
* method
* solver

It would of course be better to reduce the number of keywords like this.

One possible difference between "algorithm" and "implementation" is that "algorithm" is more for one particular method/function and "implementation" for a class.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to