Skip to content

Commit

Permalink
Update Enhancing-coding-efficiency.md
Browse files Browse the repository at this point in the history
polish objectives, questions, key points
  • Loading branch information
gcroci2 authored Sep 13, 2024
1 parent ffc343f commit e75e57f
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions episodes/Enhancing-coding-efficiency.md
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.

::::::::::::::::::::::::::::::::::::::::::::::::

0 comments on commit e75e57f

Please sign in to comment.