# Blog post about my experiences with Julia

**URL:** https://discourse.julialang.org/t/blog-post-about-my-experiences-with-julia/79976
**Category:** Community
**Created:** [April 25, 2022, 8:19am UTC](https://discourse.julialang.org/t/blog-post-about-my-experiences-with-julia/79976 "2022-04-25T08:19:00Z")
**Posts on this page:** 1
**Showing post:** 28

<div class="post-metadata">

### Author: ![isaacsas](https://avatars.discourse-cdn.com/v4/letter/i/f6c823/32.png) [@isaacsas](https://discourse.julialang.org/u/isaacsas)
#### Post date: [April 25, 2022, 12:57pm UTC](https://discourse.julialang.org/t/blog-post-about-my-experiences-with-julia/79976/28 "2022-04-25T12:57:05Z")

</div>

Certainly it is useful in object oriented languages! Though keep in mind it doesn’t show all functions that act on a given object, just those that are internal to a class… In object oriented languages I would at times find two versions of a function `obj.name()` and `name(obj)`, and then be confused about which I should even use…

But in any case I certainly agree that better discoverability tooling would be great!

---

_[View the full topic](https://discourse.julialang.org/t/blog-post-about-my-experiences-with-julia/79976)._
