• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

haskell-beginners-2022/exercises:

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

haskell-beginners-2022/exercises

开源软件地址(OpenSource Url):

https://github.com/haskell-beginners-2022/exercises

开源编程语言(OpenSource Language):

Haskell 98.6%

开源软件介绍(OpenSource Introduction):

exercises

GitHub CI Hackage MPL-2.0 license

Exercises for the Haskell Beginners 2022 course. The course itself can be found here:

This repository contains a complete Haskell project. The project comprises four Haskell files (modules) in the src/ directory. Each module provides exercises for an individual lecture and has the corresponding name (e.g. Lecture1.hs).

Deadlines

These exercises were created specifically for the Haskell Beginners 2022 course. You can expect to get feedback on your solutions if you submit them before 28 February 2022, 23:59:59 GMT.

Working with the course

This section contains instructions about setting up the development environment and preparing the exercises repository.

First time

  1. Fork the exercises repository.

  2. Enable GitHub Actions for your forked repository.

    • Visit: https://github.com/<YOUR_GITHUB_USERNAME>/exercises/actions
  3. Clone your forked repository.

  4. Enter the exercises directory and add the original repository as a course remote.

    git remote add course https://github.com/haskell-beginners-2022/exercises

    You can verify that everything is done correctly by running the git remote -v command. The output of this command will look similar to the below:

    course https://github.com/haskell-beginners-2022/exercises (fetch)
    course https://github.com/haskell-beginners-2022/exercises (push)
    origin [email protected]:chshersh/exercises.git (fetch)
    origin [email protected]:chshersh/exercises.git (push)

Asking for feedback

Implement your solutions in a separate branch (not main). You can run the following command to create a new branch and switch to it at the same time:

git checkout -b lecture-1-solutions

When you have finished implementing exercises for a particular lecture, create a Pull Request to your fork. The repository already contains PR template with the prefilled text and mentions all current mentors of the course.

ℹ️NOTE: Open Pull Request to your fork and not this repository. We can't merge solutions to this repo. But if you open PRs to your repository, you can eventually merge all the solutions and enjoy green all-passing CI


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap