Hello People, I have written a free to use Ruby book http://is.gd/fYNuH Hope you people read it and give your suggestions. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 12 October 2010 16:40, Karthikeyan <mindaslab-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello People, > > I have written a free to use Ruby book http://is.gd/fYNuH > > Hope you people read it and give your suggestions.To be honest, that''s a good effort. I''d suggest removing the reference that ''eval("string")'' is a good way of making symbols - I''d use "string".intern instead :-) And just after that, you use loads of symbols with capitalised initial letters - not ideal naming convention. Otherwise, pretty good (I even learnt about "shebang" which I had not know before ;-) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks for your feedback. Will try to correct as soon as possible. On Oct 12, 11:58 pm, Michael Pavling <pavl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 12 October 2010 16:40, Karthikeyan <mindas...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello People, > > > I have written a free to use Ruby bookhttp://is.gd/fYNuH > > > Hope you people read it and give your suggestions. > > To be honest, that''s a good effort. > I''d suggest removing the reference that ''eval("string")'' is a good way > of making symbols - I''d use "string".intern instead :-) > And just after that, you use loads of symbols with capitalised initial > letters - not ideal naming convention. Otherwise, pretty good (I even > learnt about "shebang" which I had not know before ;-)-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.