-
Notifications
You must be signed in to change notification settings - Fork 348
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
First time reading, Soshin eyes #23
Comments
@Fl4m3Ph03n1x all excellent points. thanks! 👍 |
@Fl4m3Ph03n1x This is amazing, thanks for adding this issue! |
I have some spare time now and I would love to leave my mark (albeit small) on this community. I will see what I can do! |
Hey guys! For my first pull-request I did the following:
For this first request, I focused on point point 1 of my suggestions review. A few things I am not sure we need:
Ok guys and girls, let me know what you think ! |
Hello all, I have pushed my second iteration and I have addressed the following:
I have also rephrased chapters 3-6 in order to have a more coherent sequence. Minor changes to grammar and spelling mistakes. TODO:
Regarding point 2, I am at a conundrum. I have realized that this tutorial's objective mixes the topics of CI and Travis. The tutorial is called learn-travis, but in reality it is a mix of learn-ci + learn-travis. This mix makes it hard for me to decide on certain decisions. I believe CI is its own topic, and that further changes to this tutorial should remove parts from learn-ci and focus only on travis. In fact, IMHO, before reading this tutorial the user should read before learn-ci, and if learn-ci doesn't exist it should be created to address this need. This is paramount to other learn-X tutorials, which cover tools like Travis but do no cover CI, making the learn-X series confusing with little to no separation of concerns at best. Regarding point 8, I believe someone created an image for this already? I personally find it overly complex, but shouldn't it be added somewhere? For now I feel I can't address points 2 and 8 of my feedback. Let me know what you think! |
Hi @Fl4m3Ph03n1x! 👍 This repo was my first resource about CI & Travis. I did learn what is CI and how to with Travis. If this repo will be about "Learn Travis" we need a "Learn CI" and a tool for learn by doing and Travis is easy and free, so perhaps we could rename this repo to "Learn CI" or "Learn CI with Travis". Salu2 |
I like toilet photo. I think it's a "Why" a project need CI. But #17 is cool, so we could add it without remove anything |
@kfern CI is independent from travis, as I said in the beginning they are separate things and travis is just a tool among many you can use. I defend the creation of a separate learn-ci tutorial, which would then link to learn-travis, learn-circleci and many others. As for the photo, where would you add it? |
@Fl4m3Ph03n1x I know CI is independent from travis ;-) |
@kfern I believe the tutorial, as a travis intro is quite practical and mostly to the point. What I suggest instead, is that we create a separate resouce, called learn-ci, which would be theoretical, and would link to learn-travis, learn-circleci and learn-codeship. Then we would remove parts explaining ci from learn-travis and make learn-ci a pre-requesite to learn-travis. This is what I propose. Opinions ? |
@Fl4m3Ph03n1x Sorry for the delay in response. Although the approach you make has sense, I do not like the exclusively theoretical approach. @nelsonic What do you think about? |
@kfern When you refer to theoretical approach, are you referring to learn-travis or learn-ci? learn-travis would always be a hands on approach, as is now, with an exercise and explaining how to work with it. Waiting on your feedback guys! |
@Fl4m3Ph03n1x I'm referring to learn-ci |
Any news on this? I see the tutorial was changed (logo and everything) but no one else commented on this issue. |
@Fl4m3Ph03n1x apologies for delay on reviewing your fantastic Pull Request! |
@Fl4m3Ph03n1x learning "CI" in general would certainly be useful as a reference, A more "fundamental" explanation of CI (preferably with a diagram) has been on the "Todo List" for a while ... https://github.com/dwyl/learn-travis/tree/ce3ea29d916f8d6e19dc086d52ccc59bde849fd1#todo If @kfern (or anyone |
Ok then, since there seems to be no consensus around the matter and in order to respect what is already done, I vote we leave this tutorial as is and I will close this issue. If anyone has second thoughts about my suggestions feel free to re-open it. As far as I see, I already contributed with something, so I guess I am happy :P |
You've made a fantastic contribution @Fl4m3Ph03n1x , thank you! |
These are my inputs following the first read of this tutorial:
1 - We need an index. An index would allow the reader to know how many sections the tutorial has, and how to quickly access them without spending an eternity scrolling down to try and find the part where he left the tutorial.
2 - Martin Fowler's article is a refreshing read. I suggest that we merely add the bullet points of his paper to the tutorial, and that we redirect to the article for further/detailed reading.
3 - Competitors. Travis sure is great, but if your true objective is to teach CI, then travis is just a tool among many. I suggest, that in the end of the tutorial we make a honorable mention to other CI tools and dwyl resources that people may be interested in (learn-circleci and learn-codeclimate, for example would be good additions that we can link to, since they already exist. We would also be taking advantage of dwyl great repo of knowledge.)
4 -
vi
is kinda of ... overkill ?nano
is usually seen as the easier/most beginner friendly approach. This topic quickly summarizes my argument (see accepted answer): https://askubuntu.com/questions/726669/difference-between-nano-and-vim5 - Instead of specifying a specific version in your travis.yml, yo can just have "node", and travis will pick the latest version (iirc). Example: https://github.com/Fl4m3Ph03n1x/obj-watcher/blob/master/.travis.yml I defend this would be easier, as beginners would not have to manually maintain their travis environment. A link to
travis.yml
configuration options could also prove benefitial: https://docs.travis-ci.com/user/customizing-the-build/6 - Before taking the discussion about specific files, it would be beneficial to offer an overview of the directory structure and its files.
7 - The Pro tip to use
travis lint
is repeated twice. Once in the encryption section, and once in the "Install Travis-CLI on Ubuntu". Why is that so? Why is this important for the Ubuntu section? I know from reading the previous section where/when I should use it (literally, it is 1 line above).8 - All the google diagrams are terrible. Oookkkk. Can you specify what you need or what you have in mind? If I know what you are thinking and why you don't like the ones Google has to offer, maybe I or someone else can get started on a nice diagram for your tut :D
This is my feedback. Please let me know which points you approve/deny, and if I can help with any.
The text was updated successfully, but these errors were encountered: