-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project scope #9
Comments
I wouldn't exclude testing completely. Explaining different tools and strategies could fill a book on its own and should definitely considered to be out of scope. But when I think about the chapters about Grunt and Gulp, a comparison between them by realizing the same workflow with both tools seems quite natural. I think a testing step is quite interesting because it usually runs on top of the build artifacts and separate from the previous build process. |
@addyosmani Hi there. This looks interesting. Any reasons why things like testing and debugging should be avoided for the first version? |
Do template systems like AngularJS, Ember, Backbone, etc. fit the current scope? Templates could at least make a good subject for a future milestone if it isn't included with the first. |
I'd be happy for the book to also capture debugging and testing but it really depends on whether we can find authors to help write that content for the first version. I think they're otherwise totally legit topics. @Garbee a future milestone would make sense I think :) |
Fantastic initiative @addyosmani. I can see how useful such a book can be. Having said that, to avoid scope creep (and to ensure focussed deliverables), would it make sense to have a canonical set of table of contents for each tool, something along the lines as below: (updated this based on @travm's suggestion)
Happy to contribute to this project in any way possible. |
@travm did raise some good points regarding couple of sections (installation specifics, gotchas/debugging). I have updated the outline based on his feedback. |
Proposed a directory structure to organize documents #3 (comment) |
Moving the project structure conversation from #3 to here. I have revised the project structure to address a couple of concerns. My proposal is based on the following goals:
Thoughts/feedback? |
I think this will work very well! I'll let the other contributors review and chime in to ensure it will work across the board. Once we can get the base setup and pulled into the main repo, I'll start working on the gulp information right away. Working on some basic examples as we speak. |
The revised structure is much better :) One question I have is: do we think there's going to be enough content for a per chapter preface that wouldn't overlap with the introduction? |
@addyosmani I do agree, these are simply placeholder files at the moment. I have removed the file to minimize the scope. Secondly, as proposed in my previous #9 (comment), I have templatized this structure in my fork (https://github.com/rowoot/book-of-modern-frontend-tooling/tree/file-structure). If everyone is ok with this structure, we can start building content around this? @addyosmani and @travm let me know if I need to tag some other folks to help review this. |
To help organize conversations around planning this project's scope. Discussions so far
|
@rowoot I'm +1 on structure. Tagging in @sindresorhus too in case he has any opinions. |
I'm happy with this structure as well. Looking forward to getting started once we get that structure pulled in and approved! |
As part of frontend tooling, testing systems like They are probably more important for a frontend development then build systems, since you can just hand code you build system trivially, you can't hand code a multi browser test runner trivially. |
I agree with your points about the importance of testing (it'll come down to whether we can get commitment from community authors). Would such a testing section just be looking to capture For anyone that might want to propose other alternatives worth covering, the key features that both Testem and Karma have include:
|
The main thing that A lot of people don't write tests. Some people write tests but have a test page they have to run with a server and have to manually refresh in multiple browsers, this sucks because both testem and karma tell you the results for all browsers in one page / terminal. another thing that's cool about So big features are
|
@Raynos Possible will be useful to add some information about test coverage, for Karma we have used istanbul - |
@gskachkov Yes coverage is awesome! I havn't got a good story for integrating |
You'll notice that the initial chapters proposed represent a limited list of the material that could be covered on front-end tooling.
There's a lot out there and I think that for the first version, we should avoid looking at topics like debugging, testing with a specific solution (unless its presented as part of the workflow of using one of the tools already on there).
Does anyone massively disagree with this or should we reconsider scope?
The text was updated successfully, but these errors were encountered: