Hello Guys,
I am trying to develop "A movie renamer" in ruby and wanted to get some
ideas on Object oriented design, this is my first time with an Object
Oriented language so it would really help me if somebody would help me
design my application. The kind of things which I want to accomplish are:
- Renaming movie files in a directory from a format like
"The.Passion.Of.The.Christ.2004.UNCUT.720p.BRRip.x264.AC3.dxva-HDLiTE" to a
Good looking movie name "The Passion of the Christ"
- If this goes well then would like to add year also along with the movie
name.
Couple of things which I want to achieve by developing this is to understand
TDD(so yes I want to write tests for my application), Object Oriented
design. It would be great if somebody can mentor me also in my pet project.
···
--
Mayank Kohaley