Changed page-index to 1 for a better structured navbar

This commit is contained in:
Markus 2015-12-19 17:35:49 +01:00
parent 33fe90d177
commit a0151826ad

4
faq.md
View File

@ -3,7 +3,7 @@ layout: page
title: FAQ
permalink: /faq/
icon: fa-question
page-index: 2
page-index: 1
---
### Q1: What is the difference between State and Strategy patterns? {#Q1}
@ -64,4 +64,4 @@ Flyweight.
### Q7: What are the differences between FluentInterface and Builder patterns? {#Q7}
Fluent interfaces are sometimes confused with the Builder pattern, because they share method chaining and a fluent usage. However, fluent interfaces are not primarily used to create shared (mutable) objects, but to configure complex objects without having to respecify the target object on every property change.
Fluent interfaces are sometimes confused with the Builder pattern, because they share method chaining and a fluent usage. However, fluent interfaces are not primarily used to create shared (mutable) objects, but to configure complex objects without having to respecify the target object on every property change.