Closed jimfoltz closed 12 years ago
Good point. An Exporter class would be more consistent. Will add.
I was thinking module. The Importer needed a class due to the Importer API. Exporter doesn't have that, so I don't see any use in a class.
Sendt fra min Xperia™-smarttelefon
Jim Foltz notifications@github.com:
Good point. An Exporter class would be more consistent. Will add.
Reply to this email directly or view it on GitHub: https://github.com/SketchUp/sketchup-stl/pull/37#issuecomment-10038661
I guess I'll be learning about merge conflicts next. Any tips?
With tortoise Hg there is a nice merge tool that gives you a three-way view of files to merge. don't remember the name of it. But having a tool to visualize like that makes the process much easier.
You might want to make a local backup of your files in case you want to revert easily. Other than that, just dive in.
Sorry, I really should have merged your changes first, then Brian's. That would have been easier to handle, I think.
I really dislike the 80 column limit. Other than that, things are going swell.
Close? What did I do? I thought I was closing the comment box or something.
Should I re-open it?
What line length do you usually use?
What line length do you usually use?
I don't have a set number, I use common sense. I just find arbitrary line-breaks distracting when there's not a logical reason behind it. An 80 column limit isn't logical to me because it forces a break where there need not be one. Why shouldn't we be able to use the other half of our screens? Am I the only one who codes full-screen?
(The red, vertical line is at 80 columns.)
Readability of text decreases as lines get too long. 60 - 80 is generally optimal for reading.
As for the other part of the screen, I always use split screen. In Sublime and Notepad++.
The 80 column limit is an endless debate. The reason I like it is legibility in even the most limited environment.
The 80 column limit is an endless debate. The reason I like it is legibility in even the most limited environment.
I'm going with it - constraints can force a different perspective. I'm here to learn.
Cleanup & Reorg.