Skip to content

Instantly share code, notes, and snippets.

View vlad-saling's full-sized avatar
:octocat:

vlad saling vlad-saling

:octocat:
View GitHub Profile
function decFunct(target) {
target.inheritedAttribute = "stringy thingy";
}
@decFunct
class decoratedClass {}
console.log(decoratedClass.inheritedAttribute)
//jsfiddle setting Babel + JSX + No-Library (pure JS)
@vlad-saling
vlad-saling / css-namespacing-formating.md
Last active January 21, 2017 15:34
notes and ideas on css namespacing and formatting

##Notes and ideas on css namespacing and formatting (WIP)

####Notes:

  • double underscore in BEM is not really nescesarry (to my knowledge)
  • camelCase seems to be the best for names containing more than one word

Formating comments

@vlad-saling
vlad-saling / git commands
Last active March 3, 2022 16:52
usefull git commands
git config --global --add color.ui true
#enabling git colors in gnome terminal
git config --global core.longpaths true
#enable longpaths - required for some heavy npm module inception
git config --global core.ignorecase false
#enable detection of case change in files, especially usefull if you work with all OSes. it it still isn't working, try command below
git config --system core.ignorecase false
@vlad-saling
vlad-saling / Blender-notes.md
Last active January 16, 2021 20:44
Blender notes, shortcuts

Blender notes

Shortcuts

General