Editing Russ Python Tips and Techniques

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 221: Line 221:
 
** I own the results, if it does not work properly I am to blame
 
** I own the results, if it does not work properly I am to blame
 
** I write code in a generic way to make it easy to copy and paste.
 
** I write code in a generic way to make it easy to copy and paste.
 
* Refactoring:
 
** Of course when I refactor I use copy and paste, because basically your are just rearranging code you already have that works.
 
** Many people use git to make sure they do not loose stuff in translation.  I just use file copies, I have my own methods
 
** Sleep that is zzzzzzz: I put zzzz or similar around the place where I am making changes.  It throws a quick syntax method if I foolishly try to run the code and is easy to find as zzzz is not anything I would normally use in code.  Sometimes I copy a lot of junk in between a pair of zzz so I have all the names I need in easy view.  Then I do the new code, remove the junk and finally the pair of zzzz'a.
 
  
 
* Other peoples code:
 
* Other peoples code:

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)