# Suggestion Box: From a Julia neophyte

**URL:** https://discourse.julialang.org/t/suggestion-box-from-a-julia-neophyte/42078
**Category:** Internals & Design
**Created:** [June 25, 2020, 11:08pm UTC](https://discourse.julialang.org/t/suggestion-box-from-a-julia-neophyte/42078 "2020-06-25T23:08:50Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![DNF](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dnf/32/10191_2.png) [@DNF](https://discourse.julialang.org/u/DNF)
#### Post date: [June 26, 2020, 7:12am UTC](https://discourse.julialang.org/t/suggestion-box-from-a-julia-neophyte/42078/5 "2020-06-26T07:12:55Z")

</div>

Point 1: Examples are great in documentation, I love that.

Point 2: You can find a long discussion about it here: [Allow use of named-argument syntax for positional arguments?](https://discourse.julialang.org/t/allow-use-of-named-argument-syntax-for-positional-arguments/5287)

I am strongly against this, to quote myself:

> [@Allow use of named-argument syntax for positional arguments?](https://discourse.julialang.org/t/allow-use-of-named-argument-syntax-for-positional-arguments/5287/21):
>
> It seems really bad to me. It’s ugly, verbose, intrusive, will cause bugs, and puts an extra unnecessary burden on the developer. When I use positional arguments I _deliberately_ want to hide the names from the caller. When I want named arguments I use kwargs.

---

_[View the full topic](https://discourse.julialang.org/t/suggestion-box-from-a-julia-neophyte/42078)._
