Re: [fricas-devel] FriCAS SPAD Style

2017-03-05 Thread oldk1331
I would like to have a formal code style guide. I have one style to add to it: Function application parenthesis - For one argument function, "f(a)" vs. "f a", which is better? -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system"

[fricas-devel] FriCAS SPAD Style

2017-03-05 Thread Martin Baker
On 05/03/17 18:45, Waldek Hebisch wrote: I worked with various code and IME it is much easier to work with generous whitspace. When lines are getting to long just break them up. One should try to make code simpler and smaller, but squeezing more code in small space is counterproductive. It