Skip to content

Instantly share code, notes, and snippets.

View tjx666's full-sized avatar
๐Ÿƒ
exercising

YuTengjing tjx666

๐Ÿƒ
exercising
View GitHub Profile
@tjx666
tjx666 / .md
Created March 18, 2025 15:07
code review cursor rules
image

code style

  • the jsdoc and the code should match, check whether need to update
  • write the code comments and jsdoc with English
  • whether the code can be simplify or optimize with newer js/ts syntax or API
  • use async/await instead of callback/promise.then
  • use consistent and meaningful naming, don't use rare abbr
  • use meaningful CONSTANT instead of magic literal
@tjx666
tjx666 / settings.md
Last active February 14, 2022 06:12
VSCode settings
{
  "debug.console.fontFamily": "'MesloLGS NF', 'Monaco'",
  "debug.javascript.codelens.npmScripts": "never",
  "explorer.confirmDelete": false,
  "explorer.copyRelativePathSeparator": "/",
  "files.autoSave": "afterDelay",
  "files.exclude": { "**/.git": true },
  "files.maxMemoryForLargeFilesMB": 8192,
  "git.autofetch": true,
@tjx666
tjx666 / cloudSettings
Last active December 25, 2023 01:56
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-02-14T06:16:33.865Z","extensionVersion":"v3.4.3"}