- iTerm w/ Rosetta
- Using Rosetta iTerm to install ios Podfile
if you get this error "xcode-select: error: tool 'xcodebuild' requires Xcode"
- In Xcode, go to preferences, then locations and make sure a "Command Line Tools" is set
- ref: https://stackoverflow.com/questions/26146171/cocoapods-xcode-select-error-tool-xcodebuild-requires-xcode
- try to run yarn ios if you get this error "EMFILE: too many open files, watch"
- Install homebrew https://docs.brew.sh/Installation, may need to use Rosetta iTerm
Here’re some set of rules that you need to follow to make your project comply with the standard Angular style guide
- Single Responsibility Principle, check
- Per file, the code must not exceed from 400 lines limit
- Per function, the code must not exceed from 75 lines
- Utilise custom prefix to prevent element name collisions with components in other apps and with native HTML elements.
- If the values of the variables are intact, declare it with const
- Names of properties and methods should be in lower camel case
- Always leave one empty line between imports and module such as third party and application imports and third-party module and custom module
- We shouldn’t name our interfaces with the starting capital I letter as we do in some programming languages.
Working parts
- private key for each account
- gitconfig files for each git account
- update .gitconfig to condtionally switch between users
- update ssh config file to use keys, and unique hostname for each user
- update usage -> git remote addresses to match users ssh config
# ~/.gitconfig
This file contains hidden or 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
{"lastUpload":"2019-09-24T01:38:54.942Z","extensionVersion":"v3.4.2"} |