Links to resources and tutorials covering basic, (boring?), but essential skills for a software developer.
Changing the code structure without changing the behaviour
full text search (ack
/ grep -E
/ git grep -E
)
ack "FooBar.baz"
will find every time the static property baz
on
the class FooBar
is accessedack "\bfoo\("
will find every time foo
is followed by a left
parenthesis -- a rough approximation of when function foo
is called.Something to add? Continue the conversation on Twitter
Written 2019-09