GithubHelp home page GithubHelp logo

deprecated-mentors's Introduction

For support, please post in the new Exercism forum. New posts here will be closed.


Welcome to Exercism

Where to open issues

For the time being we are triaging all issues from our forum. Please start a new topic there for your issue (presuming there isn't one already). Issues opened here will be automatically closed and you will receive a message redirecting you to the forum.

Feeling uncomfortable?

If you need to report a code of conduct violation, please email us at [email protected] and include [CoC] in the subject line. We will follow up with you as a priority.

Where to find the code

The code for the website lives in exercism/website. The code for the old website is in this repository, in the v1.exercism.io branch.

Who's behind Exercism?

Read about our Team on the site: https://exercism.org/team

deprecated-mentors's People

Contributors

angelikatyborska avatar benrodenhaeuser avatar cohen-carlisle avatar emcoding avatar erikschierboom avatar frerich avatar frm avatar gstro avatar h-m-m avatar hilary avatar hugueschabot avatar ihid avatar joelq avatar kotp avatar mawis avatar mikedamay avatar nextnebula avatar nobbz avatar pgaspar avatar ptillemans avatar rpalo avatar rpottsoh avatar tehsphinx avatar tuxified avatar uzilan avatar yawpitch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deprecated-mentors's Issues

Allow for track-specific (generic) content

Currently, we are creating mentoring notes for individual exercises. This is great, but a lot of mentoring notes/tips/pointers are very generic, and apply to all exercises. A good example of this are coding style guidelines. I think it would be nice if there could be a README.md for each track listing such global notes.

Commit message format

In the problem-specifications repository, we put a lot of effort in ensuring that the commit messages are very descriptive. Most commit messages use a format of: "[exercise name]: [change made]". This makes for quite a descriptive commit history. Maybe we should apply a similar naming policy here? For example something like: "[track name]: [change made]"? An example commit message would then be: "csharp: Add mentoring notes for anagram exercise". An alternative could be "[track name]/[exercise]: [change made]", which could look like this: "csharp/anagram: Add mentoring notes". I think I like the last one best.

The master branch will be renamed to main

In line with our new org-wide policy, the master branch of this repo will be renamed to main. All open PRs will be automatically repointed.

GitHub will show you a notification about this when you look at this repo after renaming:

Screenshot 2021-01-27 at 15 31 45

In case it doesn't, this is the command it suggests:

git branch -m master main
git fetch origin
git branch -u origin/main main

You may like to update the primary branch on your forks too, which you can do under Settings->Branches and clicking the pencil icon on the right-hand-side under Default Branch:

Screenshot 2021-01-27 at 18 50 08

We will post a comment below when this is done. We expect it to happen within the next 12 hours.

Why this repository?

Just a question:

Why are track specific mentoring notes being kept here rather than in the track repositories?

Ruby Hamming

The mentor notes mention Enumerable#each but there is no such method. each is a dependency of Enumerable module, similar to <=> being a dependency of Comparable. The object that wants to take advantage of these, needs to define those methods, respectively.

Should we remove that portion of the notes, or expand on it?

Allow for exercise-specific (generic) content

In the same vein than : #24 Allow for track specific (generic) content

Would not it be useful to have exercise-specific generic content as well ?

That could cover langage-agnostic algorithm considerations, which could be redundant on every tracks (but is it ?).
I imagine the mentors notes on the exercise page being a concatenation of this 3 levels of content :

  • Track generic content (good practices, style guidelines, …)
  • Exercise generic content (algorithm, complexity, space, …)
  • Track's exercise specific content (actual documents)

We could have sooner some notes for every exercise ( Track + exercise generic content ) for specific exercise that have no notes yet.

What do you think ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.