generated from carpentries/workbench-template-md
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Enhancing-coding-efficiency.md
polish objectives, questions, key points
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,40 @@ | ||
--- | ||
title: "Enhancing coding efficiency" | ||
teaching: 0 | ||
exercises: 0 | ||
teaching: TBD | ||
exercises: TBD | ||
--- | ||
|
||
:::::::::::::::::::::::::::::::::::::: questions | ||
|
||
TODO | ||
- How can the autocomplete function in Codeium help improve your coding speed? | ||
- What types of repetitive coding tasks can be automated using Codeium as an AI assistant? | ||
- In what ways can Codeium assist in generating and improving code documentation? | ||
- What are some key components of a clear and effective prompt when using Codeium as an AI assistant to achieve the desired outcomes? | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
::::::::::::::::::::::::::::::::::::: objectives | ||
|
||
- Outline the main AI coding assistants | ||
- Set up Codeium as coding assistant for the lesson | ||
- Use an autocomplete function of Codeium as AI-assistant to improve coding speed | ||
- Automate repetitive coding tasks using Codeium as AI-assistant | ||
- Generate and improve documentation using Codeium as AI-assistant | ||
- Compose clear and effective prompts that capture and facilitate the expected outcomes using Codeium as AI-assistant | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
Content 1 | ||
|
||
Content 2 | ||
TODO | ||
|
||
::::::::::::::::::::::::::::::::::::: challenge | ||
|
||
Challenge example | ||
TODO | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
::::::::::::::::::::::::::::::::::::: keypoints | ||
|
||
TODO | ||
- Codeium's auto-completion suggests code by predicting subsequent lines, reducing typing and speeding up coding. | ||
- Repetitive tasks such as boilerplate generation and formatting can be automated with Codeium, reducing errors and saving time. | ||
- Codeium helps generate inline comments and feature explanations, ensuring code clarity and consistency. | ||
- Clear suggestions are key to guiding Codeium to more accurate and contextually relevant results. | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: |