Learning Claris FileMaker
317.3K views | +9 today
Follow
Learning Claris FileMaker
Give life to your data with an easy to use database ... I'll share cool FileMaker stuff for you, avoiding the programming part of it as much as I can.                        #WorkplaceInnovationPlatform #Claris
Your new post is loading...
Your new post is loading...
Scooped by Didier Daglinckx
Scoop.it!

Naming Conventions

Naming Conventions | Learning Claris FileMaker | Scoop.it

How things should be named in your code.


The primary goal of these naming conventions is to create highly readable code. 


Concerns related to brevity are superseded by clarity and maintainability. 

These naming standards are also specific to Claris/FileMaker Pro Client development.

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

FileMaker Naming Conventions and Standards

FileMaker Naming Conventions and Standards | Learning Claris FileMaker | Scoop.it
FileMaker Naming Conventions and Standards are especially important in a team environment.

 

Make your applications easier to maintain and developer friendly.

Didier Daglinckx's insight:

More about Naming : https://www.scoop.it/topic/learning-filemaker?q=naming#

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

FileMaker Naming Conventions

FileMaker Naming Conventions | Learning Claris FileMaker | Scoop.it
It might sound trivial, but naming conventions are significant factors when you're developing business applications.

A systematic way of naming files, tables, fields, etc. provides a high level of organization, consistency and efficiency to both app developers and users.

A good naming convention also allows an app to be easily adaptable, scalable and transferable throughout its useful life.

Didier Daglinckx's insight:

More about Naming : https://www.scoop.it/topic/learning-filemaker?q=naming#

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

January 2017 FMPUG Naming Conventions | FileMaker - YouTube

Chris Cain was presenting the use of naming conventions.

 

This session do NOT advocate for a single naming convention but rather focus on the purposes of a naming convention and considerations when coming up with one's own naming convention or when considering adoption of someone else's.

 

We've review some different naming conventions and you are encouraged to bring your own to talk about what works and what doesn't.

Didier Daglinckx's insight:

More about Naming : https://www.scoop.it/topic/learning-filemaker?q=naming#

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

The Impact of Naming Conventions on Code Readability

The Impact of Naming Conventions on Code Readability | Learning Claris FileMaker | Scoop.it

Naming Conventions in FileMaker

Implementing reliable naming conventions in FileMaker has the potential to save developers both time and frustration.

 

Read more ...

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

FileMaker Naming Conventions

FileMaker Naming Conventions | Learning Claris FileMaker | Scoop.it
It might sound trivial, but naming conventions are significant factors when you're developing business applications.

 

A systematic way of naming files, tables, fields, etc. provides a high level of organization, consistency and efficiency to both app developers and users.

 

A good naming convention also allows an app to be easily adaptable, scalable and transferable throughout its useful life.

These benefits all apply for apps developed within Claris’s FileMaker Platform.

 

What's in a Name? ... read more on the blog

Didier Daglinckx's insight:

More about Naming : https://www.scoop.it/topic/learning-filemaker?q=naming#

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

Naming Styles in the FileMaker Platform

Naming Styles in the FileMaker Platform | Learning Claris FileMaker | Scoop.it
There are different factors that contribute to a successful custom application. Of course, function is important, but even if the app does exactly what users need it to do, users may not necessarily like it if it's difficult to use due to poor legibility, navigability, responsiveness, etc.

FileMaker, the Workplace Innovation Platform, helps to speed up custom app development, right down to the smallest detail, including design styles. The user interface has a huge impact on user experience. A well-designed interface generally equates to a positive experience. Developers must ensure that they use appropriate and consistent fonts, sizes, colors, images, layouts, and so forth within their applications. They can simply accomplish this by creating custom styles for the apps they design.

BEAUTY IS PAGE DEEP
Within the FileMaker Platform, developers can easily customize names for various development elements such as variables, fields, tables and scripts. Many developers create their own naming convention – a systematic way of naming items in order to do their work more efficiently. We FileMaker developers talk a lot about how to name table occurrences and fields, but styles might be one of FileMaker's best-kept secrets.

...

Didier Daglinckx's insight:

More about Naming : https://www.scoop.it/topic/learning-filemaker?q=naming#

No comment yet.