Since March 2019 this feature is natively integrated on GitHub so this extension is no longer needed.
========================
The first rule of classes is that they should be small.
The second rule of classes is that they should be smaller than that.-- Robert C. Martin, Clean Code
...unfortunately this is not always the case.
This chrome extension helps you reviewing those 1000 loc files having the current file header always visible while scrolling through the page.
NEW: you can now collapse and expand some or all of the changed files.
##Development
You need to have NodeJS with grunt-cli
and bower
installed.
$ npm install -g grunt-cli bower
$ npm install
$ bower install
To debug the application with a live reload mechanism, run:
$ grunt debug
Then add the app
folder as an unpacked extension in Chrome.
##License
Copyright 2015-2016 Daniele Bonaldo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.