Ini file reader/writer

M

Madhan Nedumaran

Hi Guys,

I am new joinee to this forum and also to ruby language.After spent two
weeks of ruby learning,I have written a module "IniParser" which
basically read/write ini files.
I know there are few ruby gems available but i am writing this to get
handson exp in ruby

It would be great help if someone(expert in ruby language) test this
code and let me know your comments.This would help me to know more about
ruby programming.

Attached file.

Attachments:
http://www.ruby-forum.com/attachment/3100/IniParser.rb
 
D

Dejan Dimic

Hi Guys,

I am new joinee to this forum and also to ruby language.After spent two
weeks of ruby learning,I have written a module "IniParser" which
basically read/write ini files.
I know there are few ruby gems available  but i am writing this to get
handson exp in ruby

It would be great help if someone(expert in ruby language) test this
code and let me know your comments.This would help me to know more about
ruby programming.

Attached file.

Attachments:http://www.ruby-forum.com/attachment/3100/IniParser.rb

After just a quick look I have to advise you to take look at
http://en.wikipedia.org/wiki/INI_file for ini file specification that
your IniParser should take in consideration. Specially comments, keys
outside of session, empty session in front of another session...

The second thing you should reconsider is the way we should use this
IniParser in real life.
Is it wise to parse, again, ini file for every session key that we are
supposed to read from that ini file? Just image a long ini file with
multiple sessions and lot of keys (mysql.ini, win.ini).

The best way will be to make a bunch of unit tests and usage samples.

Beside the DRY you should stick to "Eat Your Own Dog Food" principle
too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top