Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 862 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 862 Bytes

usually i use this repository for interview preparation of different algorithms and data structures and i see it will be nice if i share with other people

leetcode-djebby-100-days-badge-2023 leetcode-djebby-100-days-badge-2024

Clean Code - Languages Style Guides

const javaScriptStyleGuides = {
  googleStyleGuid: 'https://google.github.io/styleguide/',
  airbnbStyleGuid: 'https://github.com/airbnb/javascript/'
}
python_style_guides = {
    'python_enhancement_proposals': 'https://peps.python.org/pep-0008/',
    'google_style_guide': 'https://google.github.io/styleguide/pyguide.html'
}

it's always nice to write a clean and understandable code. 😜