Guest guest Posted February 18, 2010 Report Share Posted February 18, 2010 I prefer the more verbose style. Also, something I hate:public void doThis(){ whatever();}The bracket style is harder to read. I use: public void doThis(){ whatever();} a misplaced ; would have likely been quickly picked up. Of course, if the language was more demanding that you put the {} blocks in, it'd absolutely guarantee you didn't shoot yourself in the foot (I'm looking at C/C++/C#, possibly Java, not sure).... It was PHP. Quote Link to comment Share on other sites More sharing options...
Guest guest Posted February 18, 2010 Report Share Posted February 18, 2010 Ender, by coincidence are you the same person as pesusich@...? Also, how is Valentine? Quote Link to comment Share on other sites More sharing options...
Guest guest Posted February 18, 2010 Report Share Posted February 18, 2010 Sorry to disappoint but that isn't an aliases of mine... I like to believe I'm a good guy, but I like to keep the real me and the on-line me separate but I don't try very hard to keep my real ID a secret. Most people don't care enough to look for my real ID and but I don't have anything the hide to bother with an alias the would be secure against a serious effort to probe it... Ender At 09:46 PM 2/17/2010, you wrote: Ender, by coincidence are you the same person as pesusich@...? Also, how is Valentine? Quote Link to comment Share on other sites More sharing options...
Guest guest Posted February 18, 2010 Report Share Posted February 18, 2010 I recognized Ender Wiggin from the book Ender's Game, and I remembered that the address I pasted used the same alias name of Ender, based on the book. Valentine was a reference to a character in the book. The other Ender was someone from another mailing list. Sorry to disappoint but that isn't an aliases of mine... I like to believe I'm a good guy, but I like to keep the real me and the on-line me separate but I don't try very hard to keep my real ID a secret. Most people don't care enough to look for my real ID and but I don't have anything the hide to bother with an alias the would be secure against a serious effort to probe it... Ender At 09:46 PM 2/17/2010, you wrote: Ender, by coincidence are you the same person as pesusich@...? Also, how is Valentine? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.