.comment-link {margin-left:.6em;}
ABCEDmindedness | |
Tuesday, April 20, 2010
This blog has moved This blog is now located at http://blog.abcedmindedness.com/. You will be automatically redirected in 30 seconds, or you may click here. For feed subscribers, please update your feed subscriptions to http://blog.abcedmindedness.com/feeds/posts/default. permalink ( Tuesday, April 20, 2010 ) Ray 0 comments links to this post This blog has moved This blog is now located at http://blog.abcedmindedness.com/. You will be automatically redirected in 30 seconds, or you may click here. For feed subscribers, please update your feed subscriptions to http://blog.abcedmindedness.com/feeds/posts/default. permalink ( Tuesday, April 20, 2010 ) Ray 0 comments links to this post Monday, April 19, 2010 ToDo After jsconf jsconf was even better this year than last. A good part of that is because JavaScript and the JavaScript industry is better than last year. Missed most of the Track B talks and I hope to get caught up by watching videos. But most of my spare time may be taken up by the ToDos I wrote myself during the talks. Thought I'd share those.
Labels: javascript, jsconf permalink ( Monday, April 19, 2010 ) Ray 0 comments links to this postSunday, April 18, 2010 Socratic and Verbalization: Documenting on both sides Francisco Tolmasky gave a talk at #jsconf on Socratic: Documentation Done Right. He asked for feedback and he got me thinking about the problem that coders documentation does not even help them when they go back to it. Ever have that happen with your documentation? Go back to your source comments three months later and they don't make much sense? The process of coding involves variable and method names which are suppose to be meaningful. A convention has evolved where methods should be verbs because they do something and variables are nouns. Roughly. So I suggested to Francisco that perhaps Socratic could use Verbalization to verify that methods are verbs. Think of Verbalization as a spell check of only verbs. Maybe it could check that "is" methods are boolean and perhaps more. I suppose the Nounization could be done on variables. One theme at JSCONF is running JavaScript on client and the server. For example, same validation method on both. This got me thinking about the documentation divide. So why not run Verbalization on both Socratic and Textmate or your IDE. As you build out your code check that your method names are verbs. And this gets you a glossary? So a common plug system for both Socratic and IDEs would be good. Just a thought or two with a lot more to think about. Labels: javascript permalink ( Sunday, April 18, 2010 ) Ray 0 comments links to this postFriday, April 02, 2010 Ed Roberts Passed Away A true pioneer of the personal computer, Ed Roberts, passed away yesterday. Bill Gates and Paul Allen released a statement about the creator of the MITS Altair. I bought one of the first Altair computers, soldered it together and after several tries got it working. Entered many programs using the front panel switches and later built my own keyboard. As soon as it was available I ordered the computer language BASIC on cassette from an unknown company in Albuquerque, NM, called MicroSoft. Many happy hours were spent at my Altair and it became the platform for my first business venture: CableGames. Though not successful, it lead me into the retail software business and starting the first software store in the world in 1979. That was my career for 15 years. The world and my life would not been the same without Ed Roberts. I still own my Altair - my first computer. Labels: Ed Roberts permalink ( Friday, April 02, 2010 ) Ray 0 comments links to this post |