Skip to content

issues Search Results · repo:labs42io/clean-code-typescript language:TypeScript

Filter by

0 results
 (63 ms)

0 results

inlabs42io/clean-code-typescript (press backspace or delete to remove)

  • abel1711
  • 3
  • Opened 
    on Jan 13, 2024
  • #70

Instead of It will still be safe in your version history if you still need it. , I think it should be It will still be saved in your version history if you still need it.
  • yakovsushenok
  • Opened 
    on Apr 25, 2023
  • #62

Hi! Thanks for your great guide to clean coding with TypeScript! I have created a web e-book version of your guide with the HonKit application. You can check out the web version here: https://tderflinger.github.io/clean-code-typescript-ebook/ ...
  • tderflinger
  • 1
  • Opened 
    on Oct 24, 2022
  • #58

Hi! Thank you for this repo, it is really useful :) I would like to add a complete example of the use of clean code and clean architecture concepts (by creating for example the backend for a classic note-taking ...
  • alfonsograziano
  • 1
  • Opened 
    on Jul 2, 2022
  • #56

hi Could I translate this to Persian language? I want to trans
enhancement
  • imokech
  • 2
  • Opened 
    on Apr 12, 2022
  • #54

I saw in many interviews people that doesn t know that we can access Type[ attribute ] like this. In some cases it s good because typescript will show you where code will break. For example given we have ...
  • matvaleriano
  • 1
  • Opened 
    on Nov 7, 2021
  • #51

  • khenissimehdi
  • 2
  • Opened 
    on Jul 7, 2021
  • #48

I don t understand this rule in the aspect of why would you add a getter / setter for a simple property with not logic? The example demonstrates exactly how you can always take a regular property and refactor ...
  • bluEEil
  • 1
  • Opened 
    on Apr 14, 2021
  • #47

`type MenuConfig = { title?: string, body?: string, buttonText?: string, cancellable?: boolean }; function createMenu({ title = Foo , body = Bar , buttonText = Baz , cancellable = true }: MenuConfig) ...
question
  • bluEEil
  • 1
  • Opened 
    on Apr 14, 2021
  • #46

In the example of Function arguments (2 or fewer ideally) There is a talk about destrcuting, which to what I know is: const object = {a: 1, b: 2}; const {a, b} = object; // This is destrcuting Now what ...
question
  • bluEEil
  • 1
  • Opened 
    on Apr 14, 2021
  • #45
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub