There needs to be more sleep hours in the day. I could have used a bit more sleep this morning let’s face it. But that’s not going to happen now. Oh great I have hiccups now. I don’t know where that came from. Let’s see if I can hold my breath. If that helps then the hiccups will be gone and everything will be fine and dandy. Nope that’s not happening either. Dang it. Maybe I’ll get there maybe.
So... been thinking. There are some things that I code over and over again... sometimes it's a copy and paste type of thing. Why not make my own utils.jar file that I can just include in other projects?
Yeah... something like that. So I think I'll be working on that next.
Right now I have three categories that come to mind.
Yeah... something like that. So I think I'll be working on that next.
Right now I have three categories that come to mind.
- String
- Xml
- Text
I know one of the main things I tend to do is read in a file and then work with that content. Afterwards I save the output to a file. So yes, def will be creating methods/classes to read in files, and then export files. Should be an interesting project to work on.
Comments
Post a Comment