Skip to content

Commit 99f3ef6

Browse files
authored
Update thanks.md
removed bullet-list
1 parent e07b737 commit 99f3ef6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

thanks.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@ In this file, you can read about where and how people use Rubberduck:
44

55
<hr>
66

7-
I've been using VBA for as long as I can remember, but never knew anything other than a Making-It-Work coding style. I didn't give any thought to structuring my code. Needless to say, I wasn't progressing <s>very fast</s> at all. That changed early last year when I decided to improve my coding knowledge. I luckily found Rubberduck, and it’s taught me more in a year than I’d have been able to discover flying solo. Through using Rubberduck and hanging out at the the [war pond](https://chat.stackexchange.com/rooms/14929/vba-rubberducking) I’ve been able to
8-
- Understand the differences between `ByVal` & `ByRef` through [Code Inspections](https://github.com/rubberduck-vba/Rubberduck/wiki/Code-Inspections).
9-
- Learn about and successfully writing [Unit Tests](https://github.com/rubberduck-vba/Rubberduck/wiki/Unit-Testing) that allow me to make changes without fear of unintentionally breaking functionality.
10-
- Understand the differences between Early and Late binding.
11-
- Learn and use [Dependency Injection]( https://en.wikipedia.org/wiki/Dependency_injection).
12-
- Programming to an abstraction and not a concretion.
13-
- How to properly Refactor code.
14-
- Write Self documenting code (comments should explain the why not what).
15-
- Achieve consistent indentation.
16-
- Referencing external assemblies.
17-
- And a gaggle of other stuff too...
7+
I've been using VBA for as long as I can remember, but never knew anything other than a Making-It-Work coding style. I didn't give any thought to structuring my code. Needless to say, I wasn't progressing <s>very fast</s> at all. That changed early last year when I decided to improve my coding knowledge. I luckily found Rubberduck, and it’s taught me more in a year than I’d have been able to discover flying solo, through both using Rubberduck and hanging out at the [war pond](https://chat.stackexchange.com/rooms/14929/vba-rubberducking).
188

199
In addition to being a user of Rubberduck, I’m also a contributor. To show my appreciation for what RD and all other ducks at the pond have helped me learn I took the initiative to learn C# and help with the codebase. When I first started I didn't think I'd be able to successfully contribute, <i>hint hint</i> [anyone can contribute](https://rubberduckvba.wordpress.com/2017/02/21/up-for-grabs/). Just remember that you #GottaStartsSomewhere.
2010

0 commit comments

Comments
 (0)