What file do you edit the most within your project?
Lately I ha开发者_运维知识库ve been editing a single CSS file over and over, and it got me to thinking what files do you touch most within your project?
For me it would be the environment.rb
, or the en.yml
file if I was coding in Rails.
I would like to update a list here with the most frequent files over time.
Rails
- environment.rb
- en.yml
For me it's TODO.txt
. Usually additions, unfortunately.
I edit en-US.yml all the time. I'll probably have to edit it before I finish this post. Yep, there I go.
The only file I keep on editing the same amount in all projects is build.xml
if using Ant I think ;-)
Unless I've set up a script to extract revisions since the last tag from Mercurial, I usually update CHANGELOG
or CHANGELOG.txt
quite frequently for the benefit of those who downloaded a snapshot instead of cloning the repository.
No file in particular. I'll code a lot in one file for a day or two, hitting a couple of other related files as I do, then move on the the next.
If I'm spending the majority of my time in a single file, I usually figure that I'm doing something wrong.
精彩评论