# Reusing just a function

**URL:** https://forum.kirupa.com/t/reusing-just-a-function/236273
**Category:** Uncategorized
**Created:** [August 19, 2007, 9:49am UTC](https://forum.kirupa.com/t/reusing-just-a-function/236273 "2007-08-19T09:49:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Aquilonian](https://avatars.discourse-cdn.com/v4/letter/a/97f17d/32.png) [@Aquilonian](https://forum.kirupa.com/u/Aquilonian)
#### Post date: [August 19, 2007, 9:49am UTC](https://forum.kirupa.com/t/reusing-just-a-function/236273/1 "2007-08-19T09:49:49Z")

</div>

Is making that function static always the best option?  
Im not sure if static functions are slower as the non static, but seems that Adobe itself uses a lot of static functions on his examples when wants to reuse just a function…  
So, is there any good reason to do it that way?Or reason to not use it that way?
